fixup! Introduces ProcessUtility macros for readOnlyTree parameter

testtalhapg14
Sait Talha Nisanci 2021-08-26 23:50:42 +03:00
parent 9d7b35be4a
commit dfb0153681
1 changed files with 1 additions and 2 deletions

View File

@ -1935,7 +1935,6 @@ ColumnarProcessUtility(PlannedStmt *pstmt,
DestReceiver *dest,
QueryCompletionCompat *completionTag)
{
Node *parsetree;
#if PG_VERSION_NUM >= PG_VERSION_14
if (readOnlyTree)
@ -1944,7 +1943,7 @@ ColumnarProcessUtility(PlannedStmt *pstmt,
}
#endif
parsetree = pstmt->utilityStmt;
Node *parsetree = pstmt->utilityStmt;
if (IsA(parsetree, IndexStmt))
{