mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8
.
This includes a catversion bump, as IntoClause is theoretically speaking part of storable rules. In practice I don't think that can happen, but there's no reason to be stingy here. Per buildfarm member calliphoridae.
This commit is contained in:
@ -1324,6 +1324,7 @@ _copyIntoClause(const IntoClause *from)
|
||||
|
||||
COPY_NODE_FIELD(rel);
|
||||
COPY_NODE_FIELD(colNames);
|
||||
COPY_STRING_FIELD(accessMethod);
|
||||
COPY_NODE_FIELD(options);
|
||||
COPY_SCALAR_FIELD(onCommit);
|
||||
COPY_STRING_FIELD(tableSpaceName);
|
||||
|
Reference in New Issue
Block a user