We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae30786 commit f82d4d6Copy full SHA for f82d4d6
src/backend/tcop/utility.c
@@ -943,7 +943,7 @@ ProcessUtilitySlow(ParseState *pstate,
943
{
944
Node *parsetree = pstmt->utilityStmt;
945
bool isTopLevel = (context == PROCESS_UTILITY_TOPLEVEL);
946
- bool isCompleteQuery = (context <= PROCESS_UTILITY_QUERY);
+ bool isCompleteQuery = (context != PROCESS_UTILITY_SUBCOMMAND);
947
bool needCleanup;
948
bool commandCollected = false;
949
ObjectAddress address;
0 commit comments