| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Add primary keys to system catalogs |
| Date: | 2021-02-01 14:24:58 |
| Message-ID: | 3333848.1612189498@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> writes:
> On 2021-01-30 22:56, Tom Lane wrote:
>> Hmm, shouldn't there have been a catversion bump in there?
> I suppose yes on the grounds that it introduces something new in a
> freshly initdb-ed database. But I thought it wasn't necessary because
> there is no dependency between the binaries and the on-disk state.
I've generally worked on the theory that a catversion bump is indicated
if you need to initdb in order to pass the updated regression tests.
Which one did in this case. However ...
> There has already been another catversion change since, so it's no
> longer relevant.
... yeah, it's moot now.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Masahiko Sawada | 2021-02-01 14:33:40 | Commitfest 2021-01 is now closed. |
| Previous Message | Masahiko Sawada | 2021-02-01 14:17:04 | Re: [BUG] orphaned function |