Allow some recovery parameters to be changed with reload - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Allow some recovery parameters to be changed with reload
Date
Msg-id ca28011a-cfaa-565c-d622-c1907c33ecf7@2ndquadrant.com
Whole thread Raw
Responses Re: Allow some recovery parameters to be changed with reload  (Michael Paquier <michael@paquier.xyz>)
List 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

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Tighten up a few overly lax regexes in pg_dump's tap tests
Next
From: Chris Travers
Date:
Subject: Re: Prevent extension creation in temporary schemas