Commit
2c03216d831, which revamped the WAL record format, failed to
update a comment referencing the old API. Update the comment.
/*
* Log the contents of the right page in the format understood by
- * _bt_restore_page(). We set lastrdata->buffer to InvalidBuffer,
- * because we're going to recreate the whole page anyway, so it should
- * never be stored by XLogInsert.
+ * _bt_restore_page(). The whole right page will be recreated.
*
* Direct access to page is not good but faster - we should implement
* some new func in page API. Note we only store the tuples