Re: remove WITHOUT OIDS syntax for v19 - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: remove WITHOUT OIDS syntax for v19
Date
Msg-id aHaGgzdlDZ9cSd_R@nathan
Whole thread Raw
In response to remove WITHOUT OIDS syntax for v19  (Junwang Zhao <zhjwpku@gmail.com>)
Responses Re: remove WITHOUT OIDS syntax for v19
List 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



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: TOAST table vacuum truncation parameter inheritance bug (?) in autovacuum
Next
From: Andres Freund
Date:
Subject: Re: Interrupts vs signals