Fix condition in pg_dump TAP test

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: 34ce11437497fbbdd44f26d6f1cc9d40f84da679
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2023-03-01T14:58:25Z
Releases: 16.0
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

Files

PathChange+/−
src/bin/pg_dump/t/002_pg_dump.pl modified +3 −3

Discussion