Update and rework repmgr.conf.sample

This commit is contained in:
Ian Barwick
2015-03-17 14:13:46 +09:00
parent e21448831d
commit 5a1036cea2
2 changed files with 114 additions and 52 deletions

View File

@@ -31,7 +31,6 @@ typedef struct EventNotificationListCell
char event_type[MAXLEN];
} EventNotificationListCell;
typedef struct EventNotificationList
{
EventNotificationListCell *head;