Clear up btree_xlog_split() alignment comment.
authorPeter Geoghegan <pg@bowt.ie>
Fri, 3 Jan 2020 02:30:25 +0000 (18:30 -0800)
committerPeter Geoghegan <pg@bowt.ie>
Fri, 3 Jan 2020 02:30:25 +0000 (18:30 -0800)
commit0c41c83d8ff44ed8f9753885e2c11b3277babcce
tree4e97a5c29d4856c4997f0705120bebe836cc7864
parent90d7f6604b6ed2dcedee2884c3b01541600515cb
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.
src/backend/access/nbtree/nbtxlog.c