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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix bug in the GiST vacuum's 2nd stage.
Дата
Msg-id E1h7J4g-0002wt-K4@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Delete empty pages during GiST VACUUM.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Make the integerset test more verbose.