Re: pgsql: Remove misleading hint for "unexpected data beyond EOF" error.

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Remove misleading hint for "unexpected data beyond EOF" error.
Date: 2025-07-29 03:30:39
Message-ID: CAApHDvrFdjMD31Nau83WrmfsdUEEMwyzuGRrpKAW52cvgpY8AA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, 29 Jul 2025 at 03:17, Robert Haas <rhaas(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2025-07-29 07:44:09 pgsql: Clarify documentation for the initcap function
Previous Message David Rowley 2025-07-29 03:18:25 pgsql: Display Memoize planner estimates in EXPLAIN