mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.
catversion bump due to readfuncs.c field order change.
This commit is contained in:
@ -2073,6 +2073,7 @@ _readForeignScan(void)
|
||||
ReadCommonScan(&local_node->scan);
|
||||
|
||||
READ_ENUM_FIELD(operation, CmdType);
|
||||
READ_UINT_FIELD(resultRelation);
|
||||
READ_OID_FIELD(fs_server);
|
||||
READ_NODE_FIELD(fdw_exprs);
|
||||
READ_NODE_FIELD(fdw_private);
|
||||
@ -2080,7 +2081,6 @@ _readForeignScan(void)
|
||||
READ_NODE_FIELD(fdw_recheck_quals);
|
||||
READ_BITMAPSET_FIELD(fs_relids);
|
||||
READ_BOOL_FIELD(fsSystemCol);
|
||||
READ_INT_FIELD(resultRelation);
|
||||
|
||||
READ_DONE();
|
||||
}
|
||||
|
Reference in New Issue
Block a user