pgsql: Fix the race condition in the test case added by commit a6e04b1d
В списке pgsql-committers по дате отправления:
| От | Amit Kapila |
|---|---|
| Тема | pgsql: Fix the race condition in the test case added by commit a6e04b1d |
| Дата | |
| Msg-id | E1pwJCo-001EyH-W8@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
Fix the race condition in the test case added by commit a6e04b1d20. The commit a6e04b1d20 added a test to ensure that the invalidated logical slots don't retain WAL. The test was ensuring that the checkpoint removes the WAL files corresponding to invalidated logical slots on the standby node but missed the point that the standby node also had a physical slot which led to the prevention of WAL file removal. Move the creation of physical slot on the standby and initialization of cascading standby closer to the test case that actually required it so that other tests don't get affected by the presence of the physical slot on standby. Author: Bertrand Drouvot Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/2fefa454-5a70-2174-ddbf-4a0e41537139@gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/c5b7f67fcc8c4a01c82660eb0996a3c697fac283 Modified Files -------------- .../recovery/t/035_standby_logical_decoding.pl | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера