pgsql: Clear up btree_xlog_split() alignment comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clear up btree_xlog_split() alignment comment.
Date: 2020-01-03 02:31:09
Message-ID: E1inCk1-0007PN-0w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-01-03 06:07:48 pgsql: Fix typos in parallel query docs.
Previous Message Tom Lane 2020-01-03 00:45:12 pgsql: Minor portability fixes for new TAP script.