diff --git a/pgxn/neon/libpagestore.c b/pgxn/neon/libpagestore.c index dfabb6919e..a956664d29 100644 --- a/pgxn/neon/libpagestore.c +++ b/pgxn/neon/libpagestore.c @@ -1362,7 +1362,7 @@ pg_init_libpagestore(void) "", PGC_POSTMASTER, 0, /* no flags required */ - check_neon_id, NULL, NULL); + NULL, NULL, NULL); DefineCustomStringVariable("neon.branch_id", "Neon branch_id the server is running on", NULL, @@ -1370,7 +1370,7 @@ pg_init_libpagestore(void) "", PGC_POSTMASTER, 0, /* no flags required */ - check_neon_id, NULL, NULL); + NULL, NULL, NULL); DefineCustomStringVariable("neon.endpoint_id", "Neon endpoint_id the server is running on", NULL, @@ -1378,7 +1378,7 @@ pg_init_libpagestore(void) "", PGC_POSTMASTER, 0, /* no flags required */ - check_neon_id, NULL, NULL); + NULL, NULL, NULL); DefineCustomIntVariable("neon.stripe_size", "sharding stripe size",