pgsql: pg_resetwal: Add test for -o with negative value

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_resetwal: Add test for -o with negative value
Date: 2026-09-08 03:42:27
Message-ID: E1x3mj4-00000003vpU-1hWA@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_resetwal: Add test for -o with negative value

This has been extracted from a larger patch set, for a scenario that I
have managed to break while working on a different change. The case of
-o with a negative value had no coverage.

Author: Michael Paquier <michael(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/af19kUjwjhaoUTLn@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1a531f787f89446db51942a67ee37ba5924d521d

Modified Files
--------------
src/bin/pg_resetwal/t/001_basic.pl | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-09-08 05:12:39 pgsql: Remove incomplete pgstats entry for allocation failure at startu
Previous Message Richard Guo 2026-09-08 01:14:55 pgsql: Fix nestloop parameter handling for PlaceHolderVars in child joi