Fix bug in the GiST vacuum's 2nd stage.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gist/gistvacuum.c | modified | +14 −13 |