mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Reconcile nodes/*funcs.c with PostgreSQL 12 work.
One would have needed out-of-tree code to observe the defects. Remove unreferenced fields instead of completing their support functions. Since in-tree code can't reach _readIntoClause(), no catversion bump.
This commit is contained in:
@@ -1048,7 +1048,7 @@ _outIntoClause(StringInfo str, const IntoClause *node)
|
||||
|
||||
WRITE_NODE_FIELD(rel);
|
||||
WRITE_NODE_FIELD(colNames);
|
||||
WRITE_NODE_FIELD(accessMethod);
|
||||
WRITE_STRING_FIELD(accessMethod);
|
||||
WRITE_NODE_FIELD(options);
|
||||
WRITE_ENUM_FIELD(onCommit, OnCommitAction);
|
||||
WRITE_STRING_FIELD(tableSpaceName);
|
||||
|
Reference in New Issue
Block a user