Add a test for commit ac0e33136a using the injection point. This test uses an injection point to bypass the time overhead caused by the idle_replication_slot_timeout GUC, which has a minimum value of one minute.
Author: Hayato Kuroda <[email protected]> Author: Nisha Moond <[email protected]> Reviewed-by: Peter Smith <[email protected]> Reviewed-by: Vignesh C <[email protected]> Reviewed-by: Amit Kapila <[email protected]> Discussion: https://postgr.es/m/calj2acw4aue-_ufqojdwcen-xxolghmvrfnl8snw_tz5nje...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8a695d7998be67445b9cd8e67faa684d4e87a40d Modified Files -------------- src/backend/replication/slot.c | 34 +++++-- src/test/recovery/meson.build | 1 + .../recovery/t/044_invalidate_inactive_slots.pl | 105 +++++++++++++++++++++ 3 files changed, 131 insertions(+), 9 deletions(-)
