pgsql: Add more TAP tests for pg_dump options with range checks

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add more TAP tests for pg_dump options with range checks
Date: 2020-06-13 00:35:58
Message-ID: E1jju9O-0004Zb-14@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more TAP tests for pg_dump options with range checks

This adds two tests for --extra-float-digits and --rows-per-insert,
similar to what exists for --compress.

Author: Dong Wook Lee
Discussion: https://postgr.es/m/CAAcByaJsgrB-qc-ALb0mALprRGLAdmcBap7SZxO4kCAU-JEHcQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/64725728e790b76c97984b1029d9ffe90bcb2ec4

Modified Files
--------------
src/bin/pg_dump/t/001_basic.pl | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-06-13 05:05:19 pgsql: Create by default sql/ and expected/ for output directory in pg_
Previous Message David Rowley 2020-06-13 00:32:26 pgsql: Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stri