Re: pgsql: Add pg_depend.refobjversion.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: Thomas Munro <tmunro(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add pg_depend.refobjversion.
Date: 2020-11-05 14:50:19
Message-ID: 1438013.1604587819@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> writes:
> This commit assigns OIDs from the reserved range:
> +DECLARE_TOAST(pg_depend, 8888, 8889);

> Do you want to try the renumber_oids.pl script to fix this?

AFAIK the agreed-on process is to do that once per release cycle.
Is there some reason why it needs to be done now?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-11-05 16:44:48 pgsql: Don't throw an error for LOCK TABLE on a self-referential view.
Previous Message Fujii Masao 2020-11-05 14:32:14 Re: pgsql: Get rid of the dedicated latch for signaling the startup process