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

2025-07-29 Thread Robert Haas
On Mon, Jul 28, 2025 at 11:30 PM David Rowley wrote: > On Tue, 29 Jul 2025 at 03:17, Robert Haas wrote: > > Remove misleading hint for "unexpected data beyond EOF" error. > > Just FYI, koel is failing the pgindent test from this: Oops. Fixed, I hope. -- Robert Haas EDB: http://www.enterprisedb

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

2025-07-28 Thread David Rowley
On Tue, 29 Jul 2025 at 03:17, Robert Haas 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

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

2025-07-28 Thread Robert Haas
Remove misleading hint for "unexpected data beyond EOF" error. Commit ffae5cc5a6024b4e25ec920ed5c4dfac649605f8 added this hint in 2006, but it's now obsolete and doesn't reflect what users should really check in this situation. We were not able to agree on a new hint, so just delete the existing o