Re: min_safe_lsn column in pg_replication_slots view
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: michael@paquier.xyz
Cc: masao.fujii@oss.nttdata.com, amit.kapila16@gmail.com,
pgsql-hackers@postgresql.org
Date: 2020-06-19T07:43:04Z
Lists: pgsql-hackers
At Fri, 19 Jun 2020 16:36:09 +0900, Michael Paquier <michael@paquier.xyz> wrote in > On Fri, Jun 19, 2020 at 04:13:27PM +0900, Fujii Masao wrote: > > Agreed. But isn't it too late to remove the columns (i.e., change > > the catalog) for v13? Because v13 beta1 was already released. > > IIUC the catalog should not be changed since beta1 release so that > > users can upgrade PostgreSQL without initdb. > > Catalog bumps have happened in the past between beta versions: > git log -p REL_12_BETA1..REL_12_BETA2 src/include/catalog/catversion.h > git log -p REL_11_BETA1..REL_11_BETA2 src/include/catalog/catversion.h > git log -p REL_10_BETA1..REL_10_BETA2 src/include/catalog/catversion.h > > So we usually avoid to do that between betas, but my take here is that > a catalog bump is better than regretting a change we may have to live > with after the release is sealed. FWIW if we decide that it is really useless, I agree to remove it now. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Fix uninitialized value in segno calculation
- b5b4c0fef9fb 14.0 landed
- 794e8e32bb5a 13.0 landed
-
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
- c54b5891f415 13.0 landed
- a8aaa0c786b3 14.0 landed