Thread: pgsql: Clear up btree_xlog_split() alignment comment.

pgsql: Clear up btree_xlog_split() alignment comment.

From
Peter Geoghegan
Date:
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(-)