Allow some recovery parameters to be changed with reload

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Allow some recovery parameters to be changed with reload
Date: 2019-02-04 10:58:28
Message-ID: ca28011a-cfaa-565c-d622-c1907c33ecf7@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I think the recovery parameters

archive_cleanup_command
promote_trigger_file
recovery_end_command
recovery_min_apply_delay

can be changed from PGC_POSTMASTER to PGC_SIGHUP without any further
complications (unlike for example primary_conninfo, which is being
discussed elsewhere).

See attached patch.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Allow-some-recovery-parameters-to-be-changed-with-re.patch text/plain 5.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Travers 2019-02-04 11:54:00 Re: Prevent extension creation in temporary schemas
Previous Message David Rowley 2019-02-04 10:54:49 Tighten up a few overly lax regexes in pg_dump's tap tests