Typo in a comment? - Mailing list pgsql-hackers

From Amit Langote
Subject Typo in a comment?
Date
Msg-id CA+HiwqFqzj1Cnf4mHmoCpUHajuv01zkNnQnh-5BAGRRnMys0QQ@mail.gmail.com
Whole thread Raw
Responses Re: Typo in a comment?  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
In src/backend/storage/freespace/freespace.c,
** MaxFSMRequestSize depends on the architecture and BLCKSZ, but assuming* default 8k BLCKSZ, and that
MaxFSMRequestSizeis 24 bytes, the categories* look like this*
 

Is "24 bytes" a typo considering that

#define MaxFSMRequestSize   MaxHeapTupleSize

?

--
Amit



pgsql-hackers by date:

Previous
From: James Sewell
Date:
Subject: Re: PostgreSQL Failback without rebuild
Next
From: Tatsuo Ishii
Date:
Subject: Re: Inconsistency between pg_stat_activity and log_duration