| From: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
|---|---|
| To: | Robert Haas <rhaas(at)postgresql(dot)org> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [COMMITTERS] pgsql: Add restart_after_crash GUC. |
| Date: | 2010-07-27 06:33:46 |
| Message-ID: | AANLkTimms2Cyu1XCfUYh=ZwgY5-+nAAD44b-CVOUYxPM@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
On Tue, Jul 20, 2010 at 9:47 AM, Robert Haas <rhaas(at)postgresql(dot)org> wrote:
> Log Message:
> -----------
> Add restart_after_crash GUC.
In postgresql.conf.sample, on/off is used as a boolean value.
But true/false is used for exit_on_error and restart_after_crash.
Sorry, I had overlooked that inconsistency when reviewing the
original patch. I attached the bug-fix patch.
Regards,
--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
| Attachment | Content-Type | Size |
|---|---|---|
| true_false_to_on_off_0727.patch | application/octet-stream | 793 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2010-07-27 16:06:53 | pgsql: In postgresql.conf.sample, use on/off rather than true/false. |
| Previous Message | Alvaro Herrera | 2010-07-27 04:18:31 | pgsql: Ensure $_SHARED is declared in the main:: namespace, per bugs |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Yeb Havinga | 2010-07-27 08:42:02 | Re: Synchronous replication |
| Previous Message | Pavel Stehule | 2010-07-27 06:22:54 | Re: patch (for 9.1) string functions |