use a constant to denote unknown replication lag

This commit is contained in:
Ian Barwick
2019-03-20 17:26:04 +09:00
parent 7204a0faf4
commit 314a1e8f4f
4 changed files with 5 additions and 5 deletions

View File

@@ -55,6 +55,7 @@
#define UNKNOWN_TIMELINE_ID -1
#define UNKNOWN_SYSTEM_IDENTIFIER 0
#define UNKNOWN_PID -1
#define UNKNOWN_REPLICATION_LAG -1
#define NODE_NOT_FOUND -1
#define NO_UPSTREAM_NODE -1