Skip to content

Commit 725ff7b

Browse files
fix
1 parent 6fbca4d commit 725ff7b

File tree

1 file changed

+1
-1
lines changed
  • src/backend/gporca/libgpopt/include/gpopt/xforms

1 file changed

+1
-1
lines changed

src/backend/gporca/libgpopt/include/gpopt/xforms/CXform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ class CXform : public CRefCount, public DbgPrintMixin<CXform>
182182
ExfInlineCTEConsumer,
183183
ExfInlineCTEConsumerUnderSelect,
184184
ExfImplementCTEProducer,
185-
ExfImplementCTEConsumer,
186185
ExfImplementParallelCTEProducer,
186+
ExfImplementCTEConsumer,
187187
ExfImplementParallelCTEConsumer,
188188
ExfExpandFullOuterJoin,
189189
ExfForeignGet2ForeignScan,

0 commit comments

Comments
 (0)