From 151870b666e61a3a33eab850f3aa66ebdeaf448d Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Mon, 18 Dec 2023 20:54:29 +0200 Subject: [PATCH] Update pgxn/neon/libpagestore.c Co-authored-by: Sasha Krassovsky --- pgxn/neon/libpagestore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgxn/neon/libpagestore.c b/pgxn/neon/libpagestore.c index fffde5d37d..28c96d95df 100644 --- a/pgxn/neon/libpagestore.c +++ b/pgxn/neon/libpagestore.c @@ -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 {