pgsql: pg_receivexlog: Fix logic error

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_receivexlog: Fix logic error
Date: 2013-06-26 04:05:26
Message-ID: E1Urgz0-0005jP-Do@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2013-06-26 15:29:05 pgsql: Renovate display of non-ASCII messages on Windows.
Previous Message Alvaro Herrera 2013-06-25 20:45:07 pgsql: Avoid inconsistent type declaration