Update pgxn/neon/libpagestore.c

Co-authored-by: Sasha Krassovsky <sasha@neon.tech>
This commit is contained in:
Konstantin Knizhnik
2023-12-18 20:54:29 +02:00
committed by Konstantin Knizhnik
parent 4cdfff75f2
commit 151870b666

View File

@@ -155,8 +155,8 @@ load_shard_map(shardno_t shard_no, char* connstr)
uint64 end_update_counter;
/*
* There is race condition here between backendc and postmaster which can update shard map.
* We recheck update couner after copying connection string to check that configuration was not changed.
* There is race condition here between backend and postmaster which can update shard map.
* We recheck update counter after copying shard map to check that configuration was not changed.
*/
do
{