Thread: pgsql: Fix condition in pg_dump TAP test

pgsql: Fix condition in pg_dump TAP test

From
Tomas Vondra
Date:
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/20230227044910.GO1653@telsasoft.com

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(-)