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 342cb65 commit d16a74cCopy full SHA for d16a74c
src/backend/nodes/equalfuncs.c
@@ -142,6 +142,7 @@ _equalIntoClause(const IntoClause *a, const IntoClause *b)
142
{
143
COMPARE_NODE_FIELD(rel);
144
COMPARE_NODE_FIELD(colNames);
145
+ COMPARE_STRING_FIELD(accessMethod);
146
COMPARE_NODE_FIELD(options);
147
COMPARE_SCALAR_FIELD(onCommit);
148
COMPARE_STRING_FIELD(tableSpaceName);
@@ -1240,6 +1241,7 @@ _equalCreateStmt(const CreateStmt *a, const CreateStmt *b)
1240
1241
1242
COMPARE_SCALAR_FIELD(oncommit);
1243
COMPARE_STRING_FIELD(tablespacename);
1244
1245
COMPARE_SCALAR_FIELD(if_not_exists);
1246
1247
return true;
0 commit comments