Thread: pgsql: Fix bug in the GiST vacuum's 2nd stage.

pgsql: Fix bug in the GiST vacuum's 2nd stage.

From
Heikki Linnakangas
Date:
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(-)