mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Add function to safely modify postgresql.auto.conf
This is required for PostgreSQL 12 and later.
This commit is contained in:
@@ -119,6 +119,9 @@ extern void
|
||||
extern void
|
||||
key_value_list_set(KeyValueList *item_list, const char *key, const char *value);
|
||||
|
||||
extern void
|
||||
key_value_list_replace_or_set(KeyValueList *item_list, const char *key, const char *value);
|
||||
|
||||
extern void
|
||||
key_value_list_set_format(KeyValueList *item_list, const char *key, const char *value,...)
|
||||
__attribute__((format(PG_PRINTF_ATTRIBUTE, 3, 4)));
|
||||
|
||||
Reference in New Issue
Block a user