repmgrd: optionally check upstream availability through connection attempts

This commit is contained in:
Ian Barwick
2019-03-14 14:53:45 +09:00
parent e06d3de444
commit c2206b007a
4 changed files with 25 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ typedef enum
typedef enum
{
CHECK_PING,
CHECK_QUERY,
CHECK_CONNECTION
} ConnectionCheckType;