Re: remove WITHOUT OIDS syntax for v19

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Junwang Zhao <zhjwpku(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: remove WITHOUT OIDS syntax for v19
Date: 2025-07-15 16:49:07
Message-ID: aHaGgzdlDZ9cSd_R@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-07-15 16:50:57 Re: Interrupts vs signals
Previous Message Nathan Bossart 2025-07-15 16:38:09 Re: TOAST table vacuum truncation parameter inheritance bug (?) in autovacuum