pgsql: Fix incorrect comment about XLogRecordBlockHeader.data_length fi - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix incorrect comment about XLogRecordBlockHeader.data_length fi
Date
Msg-id E1Y0sQB-00023R-RI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix incorrect comment about XLogRecordBlockHeader.data_length field.

It does not include the possible full-page image. While at it, reformat the
comment slightly to make it more readable.

Reported by Rahila Syed

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/da9f6a78ef84898ccdf7855089aa08e7524dfbdc

Modified Files
--------------
src/include/access/xlogrecord.h |    7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: David G Johnston
Date:
Subject: Re: pgsql: doc: restrictions on alter database moving default tablespace
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Misc comment typo fixes.