pgsql: Fix condition in pg_dump TAP test - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Fix condition in pg_dump TAP test
Date
Msg-id E1pXO8c-001MYr-RC@gemulon.postgresql.org
Whole thread Raw
List 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/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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: meson: Add equivalent of configure --disable-rpath option
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid fetching one past the end of translate()'s "to" parameter.