diff --git a/pgxn/neon/libpagestore.c b/pgxn/neon/libpagestore.c index 73c39220c2..c0ac5c27d0 100644 --- a/pgxn/neon/libpagestore.c +++ b/pgxn/neon/libpagestore.c @@ -192,7 +192,7 @@ load_shard_map(shardno_t shard_no, char* connstr) } while (sep != NULL); if (i == 0) - elog(ERROR, "No shards were speciified"); + elog(ERROR, "No shards were specified"); if (shard_map_changed) { diff --git a/pgxn/neon/pagestore_smgr.c b/pgxn/neon/pagestore_smgr.c index aa2630c96f..1aa1b580e8 100644 --- a/pgxn/neon/pagestore_smgr.c +++ b/pgxn/neon/pagestore_smgr.c @@ -953,7 +953,7 @@ page_server_request(void const *req) /* - * TODO: temporary workarround - we stream all WAL only to shard 0 so metadata and forks other than main + * TODO: temporary workarround - we stream all WAL only to shard 0, so metadata and forks other than main * should be requested from shard 0. We still need to call get_shard_no() to check if shard map is up-to-date */ if (((NeonRequest *) req)->tag != T_NeonGetPageRequest || ((NeonGetPageRequest *) req)->forknum != MAIN_FORKNUM)