fixup! Introduces ProcessUtility macros for readOnlyTree parameter

talha_testpg14
Sait Talha Nisanci 2021-08-26 23:50:42 +03:00
parent dfcc7932a0
commit 95aae43a9c
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))
{