mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Fix readfuncs/outfuncs problems in last night's Gather patch.
KaiGai Kohei, with one correction by me.
This commit is contained in:
@ -439,8 +439,8 @@ _outGather(StringInfo str, const Gather *node)
|
||||
|
||||
_outPlanInfo(str, (const Plan *) node);
|
||||
|
||||
WRITE_UINT_FIELD(num_workers);
|
||||
WRITE_UINT_FIELD(single_copy);
|
||||
WRITE_INT_FIELD(num_workers);
|
||||
WRITE_BOOL_FIELD(single_copy);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user