From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Tighten test in contrib/bloom/t/001_wal.pl. |
Date: | 2017-11-10 17:30:20 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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
Branch
------
REL9_6_STABLE
Modified Files
--------------
contrib/bloom/t/001_wal.pl | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2017-11-10 18:42:06 | pgsql: Add some const decorations to prototypes |
Previous Message | Robert Haas | 2017-11-10 15:58:16 | pgsql: Fix incorrect comment. |