pgsql: Fix rare test failure in nbtree_half_dead_pages
В списке pgsql-committers по дате отправления:
| От | Heikki Linnakangas |
|---|---|
| Тема | pgsql: Fix rare test failure in nbtree_half_dead_pages |
| Дата | |
| Msg-id | E1vgj7q-000nhy-0E@gemulon.postgresql.org обсуждение исходный текст |
| Список | pgsql-committers |
Fix rare test failure in nbtree_half_dead_pages If auto-analyze kicks in at just the right moment, it can hold a snapshot and prevent the VACUUM command in the test from removing the deleted tuples. The test needs the tuples to be removed, otherwise no half-dead page is generated. To fix, introduce a helper procedure to wait for the removable cutoff to advance, like the one used in the syscache-update-pruned test for similar purposes. Thanks to Alexander Lakhin for reproducing and analyzing the test failure, and Tom Lane for the report. Discussion: https://www.postgresql.org/message-id/307198.1767408023@sss.pgh.pa.us Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/1c64d2fcbe7b27758772c7bc335f29263771ba1d Modified Files -------------- .../nbtree/expected/nbtree_half_dead_pages.out | 23 +++++++++++++++++++++ .../modules/nbtree/sql/nbtree_half_dead_pages.sql | 24 ++++++++++++++++++++++ 2 files changed, 47 insertions(+)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера