[COMMITTERS] pgsql: Tighten test in contrib/bloom/t/001_wal.pl. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Tighten test in contrib/bloom/t/001_wal.pl.
Date
Msg-id E1eDD8G-0007DQ-Pd@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Tighten test in contrib/bloom/t/001_wal.pl.

Make bloom WAL test compare psql output text, not just result codes;
this was evidently the intent all along, but it was mis-coded.
In passing, make sure we will notice any failure in setup steps.

Alexander Korotkov, reviewed by Michael Paquier and Masahiko Sawada

Discussion: https://postgr.es/m/CAPpHfdtohPdQ9rc5mdWjxq+3VsBNw534KV_5O65dTQrSdVJNgw@mail.gmail.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d33fc27e8df65e89497b4b50e82900fc2bfd0b14

Modified Files
--------------
contrib/bloom/t/001_wal.pl | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix incorrect comment.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Add some const decorations to prototypes