mirror of https://github.com/citusdata/citus.git
Make sure that implicit node additions are visible
To the commands that comes afterpull/5857/head
parent
6300b86f8a
commit
fd6eac05fb
|
@ -2417,6 +2417,9 @@ InsertCoordinatorIfClusterEmpty(void)
|
||||||
* no pg_dist_node records. Add a record for the coordinator.
|
* no pg_dist_node records. Add a record for the coordinator.
|
||||||
*/
|
*/
|
||||||
InsertPlaceholderCoordinatorRecord();
|
InsertPlaceholderCoordinatorRecord();
|
||||||
|
|
||||||
|
/* next commands should see the node */
|
||||||
|
CommandCounterIncrement();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue