pgsql: Remove reference to range mode in pg_xlogdump error

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove reference to range mode in pg_xlogdump error
Date: 2016-07-14 13:40:35
Message-ID: E1bNgsV-000736-3n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove reference to range mode in pg_xlogdump error

pg_xlogdump doesn't have any other mode, so it's just confusing to
include this in the error message as it indicates there might be another
mode.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/00e0b67a584b51aac12e4279a31fa5a1130fe05f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-14 22:46:17 pgsql: Fix GiST index build for NaN values in geometric types.
Previous Message Andres Freund 2016-07-13 21:05:25 Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <