mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Add function create_event_record()
For logging an event to the event table without generating an external event notification. Rename existing create_event_record*() functions to create_event_notification*() as this describes their function better.
This commit is contained in:
@@ -1413,7 +1413,7 @@ create_repmgr_extension(PGconn *conn)
|
||||
|
||||
log_notice(_("\"repmgr\" extension successfully installed"));
|
||||
|
||||
create_event_record(conn,
|
||||
create_event_notification(conn,
|
||||
&config_file_options,
|
||||
config_file_options.node_id,
|
||||
"cluster_created",
|
||||
|
||||
Reference in New Issue
Block a user