Re: Assertion failure when autovacuum drops orphan temp indexes.
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, Stepan Neretin <sndcppg@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-10-28T15:12:59Z
Lists: pgsql-hackers
On Sun, Oct 27, 2024 at 09:36:38PM -0700, Masahiko Sawada wrote: > Thank you for your suggestion. IMHO I'm not sure we need to have a > regression test for this bug as it's just an oversight of recently > committed code. Agreed. FWIW cfbot seems to catch this already (CTRL+F for "index_drop" in the highlights page [0]), and I saw it on my laptop shortly after the issue was reported. [0] http://cfbot.cputube.org/highlights/all.html -- nathan
Commits
-
Ensure we have a snapshot when updating pg_index in index_drop().
- 70b9adb98eab 18.0 landed
-
Ensure we have a snapshot when updating pg_index entries.
- b52adbad4674 18.0 cited