Typo in a comment?

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Typo in a comment?
Date: 2014-02-07 06:15:22
Message-ID: CA+HiwqFqzj1Cnf4mHmoCpUHajuv01zkNnQnh-5BAGRRnMys0QQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In src/backend/storage/freespace/freespace.c,

*
* MaxFSMRequestSize depends on the architecture and BLCKSZ, but assuming
* default 8k BLCKSZ, and that MaxFSMRequestSize is 24 bytes, the categories
* look like this
*

Is "24 bytes" a typo considering that

#define MaxFSMRequestSize MaxHeapTupleSize

?

--
Amit

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2014-02-07 06:16:22 Re: Inconsistency between pg_stat_activity and log_duration
Previous Message James Sewell 2014-02-07 06:02:44 Re: PostgreSQL Failback without rebuild