Make sure that implicit node additions are visible

To the commands that comes after
pull/5857/head
Onder Kalaci 2022-03-24 10:15:05 +01:00
parent 6300b86f8a
commit fd6eac05fb
1 changed files with 3 additions and 0 deletions

View File

@ -2417,6 +2417,9 @@ InsertCoordinatorIfClusterEmpty(void)
* no pg_dist_node records. Add a record for the coordinator.
*/
InsertPlaceholderCoordinatorRecord();
/* next commands should see the node */
CommandCounterIncrement();
}
/*