Re: Add primary keys to system catalogs
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-02-01T08:04:25Z
Lists: pgsql-hackers
On 2021-01-30 22:56, Tom Lane wrote: > Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes: >> Committed with your update, thanks. > > 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. There has already been another catversion change since, so it's no longer relevant. -- Peter Eisentraut 2ndQuadrant, an EDB company https://www.2ndquadrant.com/
Commits
-
Add primary keys and unique constraints to system catalogs
- dfb75e478cac 14.0 landed