pgsql: pg_receivexlog: Fix logic error - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_receivexlog: Fix logic error
Date
Msg-id E1Urgz0-0005jR-Ea@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_receivexlog: Fix logic error

The code checking the WAL file name contained a logic error and wouldn't
actually catch some bad names.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/dc22b34f86a29d393c6407861a6865e88736c22c

Modified Files
--------------
src/bin/pg_basebackup/pg_receivexlog.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_receivexlog: Fix logic error
Next
From: Noah Misch
Date:
Subject: pgsql: Renovate display of non-ASCII messages on Windows.