From 513b9342dff0b6f7bb75126b7cdc8e89feaf4cb7 Mon Sep 17 00:00:00 2001 From: Ashutosh Bapat Date: Wed, 5 Aug 2026 17:38:00 +0530 Subject: [PATCH] fixup! Decouple GUC shared_buffers and size of the buffer pool --- contrib/pg_prewarm/autoprewarm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_prewarm/autoprewarm.c b/contrib/pg_prewarm/autoprewarm.c index e12323fb7c6..dd202894b4e 100644 --- a/contrib/pg_prewarm/autoprewarm.c +++ b/contrib/pg_prewarm/autoprewarm.c @@ -855,7 +855,7 @@ autoprewarm_start_worker(PG_FUNCTION_ARGS) * SQL-callable function to perform an immediate block dump. * * Note: this is declared to return int8, as insurance against some - * very distant day when we might make NBuffers wider than int. + * very distant day when we might make the size of buffer pool wider than int. */ Datum autoprewarm_dump_now(PG_FUNCTION_ARGS)