mirror of https://github.com/citusdata/citus.git
fixup! Introduces ProcessUtility macros for readOnlyTree parameter
parent
dfcc7932a0
commit
95aae43a9c
|
@ -1935,7 +1935,6 @@ ColumnarProcessUtility(PlannedStmt *pstmt,
|
||||||
DestReceiver *dest,
|
DestReceiver *dest,
|
||||||
QueryCompletionCompat *completionTag)
|
QueryCompletionCompat *completionTag)
|
||||||
{
|
{
|
||||||
Node *parsetree;
|
|
||||||
|
|
||||||
#if PG_VERSION_NUM >= PG_VERSION_14
|
#if PG_VERSION_NUM >= PG_VERSION_14
|
||||||
if (readOnlyTree)
|
if (readOnlyTree)
|
||||||
|
@ -1944,7 +1943,7 @@ ColumnarProcessUtility(PlannedStmt *pstmt,
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
parsetree = pstmt->utilityStmt;
|
Node *parsetree = pstmt->utilityStmt;
|
||||||
|
|
||||||
if (IsA(parsetree, IndexStmt))
|
if (IsA(parsetree, IndexStmt))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue