pgsql: Fix bug in the GiST vacuum's 2nd stage. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix bug in the GiST vacuum's 2nd stage.
Date
Msg-id E1h7J4g-0002wt-K4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix bug in the GiST vacuum's 2nd stage.

We mustn't assume that the IndexVacuumInfo pointer passed to bulkdelete()
stage is still valid in the vacuumcleanup() stage.

Per very pink buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d1b9ee4e44062cc540d8e406f49b160326d58a84

Modified Files
--------------
src/backend/access/gist/gistvacuum.c | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Delete empty pages during GiST VACUUM.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Make the integerset test more verbose.