pgsql: Clear up btree_xlog_split() alignment comment.
Peter Geoghegan <[email protected]> Fri, 03 Jan 2020 02:31:09 +0000
| Newsgroups | gmane.comp.db.postgresql.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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(-)