Re: [CLOBBER_CACHE]Server crashed with segfault 11 while executing clusterdb
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: tgl@sss.pgh.pa.us
Cc: michael@paquier.xyz, sulamul@gmail.com, alvherre@alvh.no-ip.org,
noah@leadboat.com, neha.sharma@enterprisedb.com, amitlangote09@gmail.com,
pgsql-hackers@postgresql.org
Date: 2021-04-20T01:19:41Z
Lists: pgsql-hackers
At Mon, 19 Apr 2021 09:19:36 -0400, Tom Lane <tgl@sss.pgh.pa.us> wrote in > Michael Paquier <michael@paquier.xyz> writes: > > On Mon, Apr 19, 2021 at 05:35:52PM +0900, Kyotaro Horiguchi wrote: > >> Isn't this a kind of open item? > > > This does not qualify as an open item because it is not an actual bug > > IMO, neither is it a defect of the existing code, so it seems > > appropriate to me to not list it. > > Agreed, but by the same token, rushing it into v14 doesn't have any > clear benefit. I'd be inclined to leave it for v15 at this point, > especially since we don't seem to have 100% consensus on the details. Thanks. Seems reasonable. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Replace RelationOpenSmgr() with RelationGetSmgr().
- e21856fd652a 12.14 landed
- d4acf2eb94f3 11.19 landed
- 9a299cf7c21f 13.10 landed
- 32d5a4974c81 14.7 landed
- f10f0ae420ee 15.0 landed
-
Avoid possible crash while finishing up a heap rewrite.
- d4791ac35cb1 13.3 landed
- 9d523119fd38 14.0 landed
-
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
- 3d351d916b20 14.0 cited