Change timeline field of IDENTIFY_SYSTEM to int8
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 4 Jul 2022 05:25:26 +0000 (07:25 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 4 Jul 2022 05:32:48 +0000 (07:32 +0200)
commitec40f3422412cfdc140b5d3f67db7fd2dac0f1e2
treea289a3f82d3f53f84df291f981d12969f4323ae2
parent4e85b97304a74f5f0fc82136b95f0d5a67b7fd53
Change timeline field of IDENTIFY_SYSTEM to int8

It was int4, but in the other replication commands, timelines are
returned as int8.

Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/7e4fdbdc-699c-4cd0-115d-fb78a957fc22@enterprisedb.com
doc/src/sgml/protocol.sgml
src/backend/replication/walsender.c