Re: Server crash (FailedAssertion) due to catcache refcount mis-handling
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Jeevan Chalke <jeevan.chalke@enterprisedb.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-08-09T02:48:15Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > On Tue, Aug 8, 2017 at 4:34 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> In the meantime, I think my vote would be to remove AtEOXact_CatCache. > In all supported branches? Whatever we do about this issue, I don't feel a need to do it further back than HEAD. It's a non-problem except in an assert-enabled build, and we don't recommend running those for production, only development. regards, tom lane
Commits
-
Handle elog(FATAL) during ROLLBACK more robustly.
- daafb11ff539 9.4.14 landed
- cd184273ba9d 9.3.19 landed
- 8ae41ceae82b 9.2.23 landed
- 624b6f328a1b 9.6.5 landed
- 5b6289c1e07d 10.0 landed
- 51684bad9fec 9.5.9 landed
-
Remove AtEOXact_CatCache().
- bb11ff2bc8af 9.3.19 landed
- a64b5a9927e9 9.6.5 landed
- 5a3688dc88ec 9.4.14 landed
- 5069017fecd2 9.2.23 landed
- 425be3ac900f 9.5.9 landed
- 004a9702e062 10.0 landed