mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Return system identification information with appropriate data types
This commit is contained in:
@@ -266,13 +266,13 @@ typedef struct
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char systemid[MAXLEN];
|
||||
int timeline;
|
||||
uint64 system_identifier;
|
||||
TimeLineID timeline;
|
||||
XLogRecPtr xlogpos;
|
||||
} t_system_identification;
|
||||
|
||||
#define T_SYSTEM_IDENTIFICATION_INITIALIZER { \
|
||||
"", \
|
||||
UNKNOWN_SYSTEM_IDENTIFIER, \
|
||||
UNKNOWN_TIMELINE_ID, \
|
||||
InvalidXLogRecPtr \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user