Hi,
The pg_basebackup in HEAD caused a segmentation fault in my box.
$ pg_basebackup -D mmm
Segmentation fault: 11
The cause is that WriteRecoveryConf() is wrongly called even if -R option is
not specified in pg_basebackup. Attached patch fixes this problem.
Regards,
--
Fujii Masao
Responses
pgsql-hackers by date
| Next: | From: Magnus Hagander | Date: 2013-01-09 15:58:59 |
| Subject: Re: segmentation fault in pg_basebackup |
| Previous: | From: Christian Ullrich | Date: 2013-01-09 15:30:03 |
| Subject: Re: PL/perl should fail on configure, not make |