Thanks to visit codestin.com Credit goes to github.com
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 672a807 commit bb9f663Copy full SHA for bb9f663
src/backend/nodes/outfuncs.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/nodes/outfuncs.c,v 1.230 2004/01/14 23:01:55 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/nodes/outfuncs.c,v 1.231 2004/01/22 00:34:31 tgl Exp $
12
13
* NOTES
14
* Every node type that can appear in stored rules' parsetrees *must*
@@ -1133,7 +1133,7 @@ _outCreateStmt(StringInfo str, CreateStmt *node)
1133
WRITE_NODE_FIELD(tableElts);
1134
WRITE_NODE_FIELD(inhRelations);
1135
WRITE_NODE_FIELD(constraints);
1136
- WRITE_BOOL_FIELD(hasoids);
+ WRITE_ENUM_FIELD(hasoids, ContainsOids);
1137
WRITE_ENUM_FIELD(oncommit, OnCommitAction);
1138
}
1139
0 commit comments