Update pgxn/neon/libpagestore.c

Co-authored-by: Sasha Krassovsky <sasha@neon.tech>
This commit is contained in:
Konstantin Knizhnik
2023-12-19 09:22:42 +02:00
committed by Konstantin Knizhnik
co-authored by Sasha Krassovsky
parent 4cdfff75f2
commit 151870b666
+2 -2
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
{