pgsql: Clear up btree_xlog_split() alignment comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Clear up btree_xlog_split() alignment comment.
Date
Msg-id E1inCk1-0007PN-0w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Clear up btree_xlog_split() alignment comment.

Adjust a comment that describes how alignment of the new left page high
key works in btree_xlog_split(), the nbtree page split REDO routine.
The wording used before commit 2c03216d831 is much clearer, so go back
to that.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0c41c83d8ff44ed8f9753885e2c11b3277babcce

Modified Files
--------------
src/backend/access/nbtree/nbtxlog.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Minor portability fixes for new TAP script.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix typos in parallel query docs.