Re: pgsql: Remove misleading hint for "unexpected data beyond EOF" error. - Mailing list pgsql-committers

From David Rowley
Subject Re: pgsql: Remove misleading hint for "unexpected data beyond EOF" error.
Date
Msg-id CAApHDvrFdjMD31Nau83WrmfsdUEEMwyzuGRrpKAW52cvgpY8AA@mail.gmail.com
Whole thread Raw
In response to pgsql: Remove misleading hint for "unexpected data beyond EOF" error.  (Robert Haas <rhaas@postgresql.org>)
Responses Re: pgsql: Remove misleading hint for "unexpected data beyond EOF" error.
List pgsql-committers
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



pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Display Memoize planner estimates in EXPLAIN
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Clarify documentation for the initcap function