pgsql: Don't attempt to write recovery.conf when -R is not specified

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't attempt to write recovery.conf when -R is not specified
Date: 2013-01-09 15:58:12
Message-ID: E1Tsy2e-00083A-88@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't attempt to write recovery.conf when -R is not specified

Fixes segmentation fault during regular use.

Fujii Masao

Branch
------
master

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

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2013-01-09 16:38:11 pgsql: Properly install ecpg_compat and pgtypes libraries on msvc
Previous Message Bruce Momjian 2013-01-09 13:57:51 pgsql: Allow parallel copy/link in pg_upgrade