Closed johnfangAFW closed 1 year ago
Fix the issue that the sk_flag became garbage during scan process since the skey object was out of scope. Use palloc0 to allocate memory from the current memory context so that it would be clean up automatically when query finishes.
Fix the issue that the sk_flag became garbage during scan process since the skey object was out of scope. Use palloc0 to allocate memory from the current memory context so that it would be clean up automatically when query finishes.