Re: pgsql: Allow some recovery parameters to be changed with reload

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Allow some recovery parameters to be changed with reload
Date: 2019-02-08 07:45:32
Message-ID: 20190208074532.GA1009@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Feb 07, 2019 at 07:52:13AM +0000, Peter Eisentraut wrote:
> Allow some recovery parameters to be changed with reload
>
> Change
>
> archive_cleanup_command
> promote_trigger_file
> recovery_end_command
> recovery_min_apply_delay
>
> from PGC_POSTMASTER to PGC_SIGHUP. This did not require any further
> changes.

The timestamp of this commit is a bit messed up:
commit: 13b89f96d07ad3da67b57f66c134c3609bd3e98f
author: Peter Eisentraut <peter(at)eisentraut(dot)org>
date: Mon, 4 Feb 2019 09:28:17 +0100
committer: Peter Eisentraut <peter(at)eisentraut(dot)org>
date: Thu, 7 Feb 2019 08:34:48 +0100

Perhaps you overlooked a --reset-author switch?
--
Michael

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-02-08 09:17:16 pgsql: Add some const decorations
Previous Message Michael Paquier 2019-02-08 00:07:26 pgsql: Add pg_partition_root to display top-most parent of a partition