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 6fbca4d commit 725ff7bCopy full SHA for 725ff7b
src/backend/gporca/libgpopt/include/gpopt/xforms/CXform.h
@@ -182,8 +182,8 @@ class CXform : public CRefCount, public DbgPrintMixin<CXform>
182
ExfInlineCTEConsumer,
183
ExfInlineCTEConsumerUnderSelect,
184
ExfImplementCTEProducer,
185
- ExfImplementCTEConsumer,
186
ExfImplementParallelCTEProducer,
+ ExfImplementCTEConsumer,
187
ExfImplementParallelCTEConsumer,
188
ExfExpandFullOuterJoin,
189
ExfForeignGet2ForeignScan,
0 commit comments