pgsql: Clean up some includes and comments in TAP test scripts

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up some includes and comments in TAP test scripts
Date: 2022-07-07 01:23:46
Message-ID: E1o9GF7-001Z45-39@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up some includes and comments in TAP test scripts

A few tests included File::Path::rmtree without using it, and a comment
related to the segment size for replication slot limits was wrong.

Author: Pavel Borisov, Bharath Rupireddy
Reviewed-by: Maxim Orlov
Discussion: https://postgr.es/m/CALj2ACU4-aNLX=DrUM8F7QDwynJKzYRiqOj_33NhnGbhDs5-kQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1409eade9f206baebbe9ed7e18cc9ef2979c6594

Modified Files
--------------
src/bin/pg_verifybackup/t/007_wal.pl | 1 -
src/test/recovery/t/004_timeline_switch.pl | 1 -
src/test/recovery/t/019_replslot_limit.pl | 4 +---
3 files changed, 1 insertion(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-07-07 04:01:20 pgsql: Re-order disable_on_error in tab-complete.
Previous Message Andres Freund 2022-07-06 22:59:21 pgsql: pgstat: slru: remove outdated comment