Thread: pgsql: pg_receivexlog: Fix logic error

pgsql: pg_receivexlog: Fix logic error

From
Peter Eisentraut
Date:
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2c1031bd8602f749a81672015811f365a129acff

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