Skip to content

Commit 2af8f10

Browse files
author
Alena Rybakina
committed
change private on ext_nodes in WRITE_NODE_FIELD(private) and READ_NODE_FIELD(private).
1 parent f2d0a02 commit 2af8f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎aqo_pg15.

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ index 3f8e58626cc..996e21f6946 100644
7676
WRITE_NODE_FIELD(initPlan);
7777
WRITE_BITMAPSET_FIELD(extParam);
7878
WRITE_BITMAPSET_FIELD(allParam);
79-
+ /*WRITE_NODE_FIELD(private); */
79+
+ /*WRITE_NODE_FIELD(ext_nodes); */
8080
}
8181

8282
/*
@@ -89,7 +89,7 @@ index c84e5af3a26..7ded7f5397b 100644
8989
READ_BITMAPSET_FIELD(extParam);
9090
READ_BITMAPSET_FIELD(allParam);
9191
+ local_node->ext_nodes = NIL;
92-
+ /* READ_NODE_FIELD(private);
92+
+ /* READ_NODE_FIELD(ext_nodes);
9393
+ * Don't serialize this field. It is required to serialize RestrictInfo and
9494
+ * EqualenceClass.
9595
+ */

0 commit comments

Comments
 (0)