Commit 07aed46a authored by Tom Lane's avatar Tom Lane

Fix missed update in _readForeignScan().

Blatant fail in 0bf3ae88.
Caught by buildfarm member mandrill.
parent ff0a7e61
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment