Add a test for commit ac0e33136a using the injection point.
authorAmit Kapila <akapila@postgresql.org>
Wed, 19 Feb 2025 09:22:32 +0000 (14:52 +0530)
committerAmit Kapila <akapila@postgresql.org>
Wed, 19 Feb 2025 09:32:22 +0000 (15:02 +0530)
commit8a695d7998be67445b9cd8e67faa684d4e87a40d
treef948bf20aa283fd53bd8676b1b44b27a88ca9493
parent302cf15759233e654512979286ce1a5c3b36625f
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 <kuroda.hayato@fujitsu.com>
Author: Nisha Moond <nisha.moond412@gmail.com>
Reviewed-by: Peter Smith <smithpb2250@gmail.com>
Reviewed-by: Vignesh C <vignesh21@gmail.com>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>
Discussion: https://postgr.es/m/CALj2ACW4aUe-_uFQOjdWCEN-xXoLGhmvRFnL8SNw_TZ5nJe+aw@mail.gmail.com
src/backend/replication/slot.c
src/test/recovery/meson.build
src/test/recovery/t/044_invalidate_inactive_slots.pl [new file with mode: 0644]