From e001030c2711c0fb65cf72813f16a8eb26483c16 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Fri, 7 Feb 2014 10:27:26 +0200 Subject: [PATCH] Fix thinko in comment. Amit Langote --- src/backend/storage/freespace/freespace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/storage/freespace/freespace.c b/src/backend/storage/freespace/freespace.c index 24e69ebdbb..cdf444111f 100644 --- a/src/backend/storage/freespace/freespace.c +++ b/src/backend/storage/freespace/freespace.c @@ -41,8 +41,8 @@ * MaxFSMRequestSize, exclusive. * * MaxFSMRequestSize depends on the architecture and BLCKSZ, but assuming - * default 8k BLCKSZ, and that MaxFSMRequestSize is 24 bytes, the categories - * look like this + * default 8k BLCKSZ, and that MaxFSMRequestSize is 8164 bytes, the + * categories look like this: * * * Range Category -- GitLab