It was int4, but in the other replication commands, timelines are
returned as int8.
Reviewed-by: Nathan Bossart
Discussion: https://www.postgresql.org/message-id/flat/
7e4fdbdc-699c-4cd0-115d-
fb78a957fc22@enterprisedb.com
- timeline (int4)
+ timeline (int8)
Current timeline ID. Also useful to check that the standby is
TupleDescInitBuiltinEntry(tupdesc, (AttrNumber) 1, "systemid",
TEXTOID, -1, 0);
TupleDescInitBuiltinEntry(tupdesc, (AttrNumber) 2, "timeline",
- INT4OID, -1, 0);
+ INT8OID, -1, 0);
TupleDescInitBuiltinEntry(tupdesc, (AttrNumber) 3, "xlogpos",
TEXTOID, -1, 0);
TupleDescInitBuiltinEntry(tupdesc, (AttrNumber) 4, "dbname",