pgsql: Clean up 019_replslot_limit.pl comments - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Clean up 019_replslot_limit.pl comments
Date
Msg-id E1wS1qT-001Gp4-01@gemulon.postgresql.org
Whole thread
List pgsql-committers
Clean up 019_replslot_limit.pl comments

Update stale comments and test names in 019_replslot_limit.pl to match
the actual WAL advancement and wal_status checks.  Remove a redundant
standby stop in the inactive_since coverage.

Discussion: https://postgr.es/m/CABPTF7XxDonXAcz6DsN6AUJB3swYrZkJHq3UCDaD3Q2H%2Bj0gUA%40mail.gmail.com
Author: Xuneng Zhou <xunengzhou@gmail.com>
Reviewed-by: Alexander Korotkov <aekorotkov@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0b866bb90368ba18a97772c21cd2e0952a16835d

Modified Files
--------------
src/test/recovery/t/019_replslot_limit.pl | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Skip pg_database.dathasloginevt cleanup on standby
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: add comma to UPDATE docs, for consistency