We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d0a02 commit 2af8f10Copy full SHA for 2af8f10
aqo_pg15.
@@ -76,7 +76,7 @@ index 3f8e58626cc..996e21f6946 100644
76
WRITE_NODE_FIELD(initPlan);
77
WRITE_BITMAPSET_FIELD(extParam);
78
WRITE_BITMAPSET_FIELD(allParam);
79
-+ /*WRITE_NODE_FIELD(private); */
++ /*WRITE_NODE_FIELD(ext_nodes); */
80
}
81
82
/*
@@ -89,7 +89,7 @@ index c84e5af3a26..7ded7f5397b 100644
89
READ_BITMAPSET_FIELD(extParam);
90
READ_BITMAPSET_FIELD(allParam);
91
+ local_node->ext_nodes = NIL;
92
-+ /* READ_NODE_FIELD(private);
++ /* READ_NODE_FIELD(ext_nodes);
93
+ * Don't serialize this field. It is required to serialize RestrictInfo and
94
+ * EqualenceClass.
95
+ */
0 commit comments