Re: pgsql: docs: fist draft version of the PG 12 release notes - Mailing list pgsql-committers

From Tatsuo Ishii
Subject Re: pgsql: docs: fist draft version of the PG 12 release notes
Date
Msg-id 20190510.065129.738822109339105701.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: pgsql: docs: fist draft version of the PG 12 release notes  (Bruce Momjian <bruce@momjian.us>)
List pgsql-committers
> On Thu, May  9, 2019 at 07:58:00AM +0900, Tatsuo Ishii wrote:
>> ------------------------------
>> <para>
>> Move recovery.conf settings into postgresql.conf (Fujii Masao, Simon Riggs, Abhijit Menon-Sen, Sergei Kornilov)
>> </para>
>> 
>> <para>
>> recovery.conf is no longer used, and recovery.signal and standby.signal are used to switch into non-primary mode.
>> trigger_file has been renamed to promote_trigger_file.  The standby_mode setting has been removed.
>> </para>
>> ------------------------------
>> 
>> In addition to these, I think it would be better to warn that if
>> there's a file named "recovery.conf" on stabdby node, postmaster won't
>> start up:
>> 
>> 21909 2019-05-09 07:55:55 JST FATAL:  using recovery command file "recovery.conf" is not supported
>> 21907 2019-05-09 07:55:55 JST LOG:  startup process (PID 21909) exited with exit code 1
>> 21907 2019-05-09 07:55:55 JST LOG:  aborting startup due to startup process failure
>> 21907 2019-05-09 07:55:55 JST LOG:  database system is shut down
> 
> Good point, done:
> 
>         http://momjian.us/pgsql_docs/release-12.html

Confirmed.

> Sorry for the delay.

No problem. Thank you!
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp



pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: docs: fist draft version of the PG 12 release notes
Next
From: Michael Paquier
Date:
Subject: pgsql: Improve and fix some error handling for REINDEX INDEX/TABLECONC