mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.
catversion bump due to readfuncs.c field order change.
This commit is contained in:
@ -701,6 +701,7 @@ _outForeignScan(StringInfo str, const ForeignScan *node)
|
||||
_outScanInfo(str, (const Scan *) node);
|
||||
|
||||
WRITE_ENUM_FIELD(operation, CmdType);
|
||||
WRITE_UINT_FIELD(resultRelation);
|
||||
WRITE_OID_FIELD(fs_server);
|
||||
WRITE_NODE_FIELD(fdw_exprs);
|
||||
WRITE_NODE_FIELD(fdw_private);
|
||||
@ -708,7 +709,6 @@ _outForeignScan(StringInfo str, const ForeignScan *node)
|
||||
WRITE_NODE_FIELD(fdw_recheck_quals);
|
||||
WRITE_BITMAPSET_FIELD(fs_relids);
|
||||
WRITE_BOOL_FIELD(fsSystemCol);
|
||||
WRITE_INT_FIELD(resultRelation);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user