Fix missed update in _readForeignScan().
Blatant fail in 0bf3ae88af330496517722e391e7c975e6bad219. Caught by buildfarm member mandrill.
This commit is contained in:
parent
ff0a7e6167
commit
07aed46a6b
@ -1807,6 +1807,7 @@ _readForeignScan(void)
|
||||
|
||||
ReadCommonScan(&local_node->scan);
|
||||
|
||||
READ_ENUM_FIELD(operation, CmdType);
|
||||
READ_OID_FIELD(fs_server);
|
||||
READ_NODE_FIELD(fdw_exprs);
|
||||
READ_NODE_FIELD(fdw_private);
|
||||
|
Loading…
x
Reference in New Issue
Block a user