Re: pgsql: Add pg_depend.refobjversion.

2020-11-05 Thread Magnus Hagander
On Thu, Nov 5, 2020 at 8:17 PM Tom Lane wrote: > > Magnus Hagander writes: > > On Thu, Nov 5, 2020 at 3:50 PM Tom Lane wrote: > >> AFAIK the agreed-on process is to do that once per release cycle. > >> Is there some reason why it needs to be done now? > > > Did we ever actually document this pro

Re: pgsql: Add pg_depend.refobjversion.

2020-11-05 Thread Tom Lane
Magnus Hagander writes: > On Thu, Nov 5, 2020 at 3:50 PM Tom Lane wrote: >> AFAIK the agreed-on process is to do that once per release cycle. >> Is there some reason why it needs to be done now? > Did we ever actually document this process somewhere? I went looking > for it some time ago and fai

Re: pgsql: Add pg_depend.refobjversion.

2020-11-05 Thread Magnus Hagander
On Thu, Nov 5, 2020 at 3:50 PM Tom Lane wrote: > > Peter Eisentraut writes: > > This commit assigns OIDs from the reserved range: > > +DECLARE_TOAST(pg_depend, , 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 rel

Re: pgsql: Add pg_depend.refobjversion.

2020-11-05 Thread Peter Eisentraut
On 2020-11-05 15:50, Tom Lane wrote: Peter Eisentraut writes: This commit assigns OIDs from the reserved range: +DECLARE_TOAST(pg_depend, , 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

Re: pgsql: Add pg_depend.refobjversion.

2020-11-05 Thread Tom Lane
Peter Eisentraut writes: > This commit assigns OIDs from the reserved range: > +DECLARE_TOAST(pg_depend, , 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?

Re: pgsql: Add pg_depend.refobjversion.

2020-11-05 Thread Peter Eisentraut
This commit assigns OIDs from the reserved range: +DECLARE_TOAST(pg_depend, , 8889); Do you want to try the renumber_oids.pl script to fix this? On 2020-11-02 13:27, Thomas Munro wrote: Add pg_depend.refobjversion. Provide a place for the version of referenced database objects to be reco