On Tue, 29 Jul 2025 at 03:17, Robert Haas <rhaas@postgresql.org> wrote:
> Remove misleading hint for "unexpected data beyond EOF" error.
Just FYI, koel is failing the pgindent test from this:
- * This has also been observed when relation was
overwritten by external
- * process. Since the legitimate cases should always have left a
- * zero-filled buffer, complain if not PageIsNew.
+ * This has also been observed when relation was overwritten by
+ * external process. Since the legitimate cases should
always have
+ * left a zero-filled buffer, complain if not PageIsNew.
David