pgsql: Fix incorrect comment about XLogRecordBlockHeader.data_length fi

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect comment about XLogRecordBlockHeader.data_length fi
Date: 2014-12-16 13:44:15
Message-ID: E1Y0sQB-00023R-RI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-12-16 14:41:11 pgsql: Misc comment typo fixes.
Previous Message David G Johnston 2014-12-16 04:27:38 Re: pgsql: doc: restrictions on alter database moving default tablespace