pgsql: Fix the race condition in the test case added by commit a6e04b1d

Поиск
Список
Период
Сортировка
От 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 по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix invalid memory access during the shutdown of the parallel ap
Следующее
От: noreply@postgresql.org
Дата:
Сообщение: pgsql: Tag refs/tags/REL_11_20 was created