Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2af8f10

Browse files
author
Alena Rybakina
committed
change private on ext_nodes in WRITE_NODE_FIELD(private) and READ_NODE_FIELD(private).
1 parentf2d0a02 commit2af8f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎aqo_pg15.patch‎

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp