pgsql: Fix condition in pg_dump TAP test

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix condition in pg_dump TAP test
Date: 2023-03-01 15:13:03
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix condition in pg_dump TAP test

The condition checking compression support was parenthesized
incorrectly after adding lz4, so fix that.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/34ce11437497fbbdd44f26d6f1cc9d40f84da679

Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-03-01 16:30:42 pgsql: Avoid fetching one past the end of translate()'s "to" parameter.
Previous Message Peter Eisentraut 2023-03-01 07:11:54 pgsql: meson: Add equivalent of configure --disable-rpath option