Re: remove WITHOUT OIDS syntax for v19
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Junwang Zhao <zhjwpku@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-07-15T16:49:07Z
Lists: pgsql-hackers
On Tue, Jul 15, 2025 at 11:06:11PM +0800, Junwang Zhao wrote: > WITH OIDS was removed in v12, I'm wondering if we could remove the > WITHOUT OIDS support for v19. AFAICT this would produce less helpful error messages and might even break applications, which I don't think is worth it to save ~90 lines. -- nathan