Change timeline field of IDENTIFY_SYSTEM to int8

Peter Eisentraut <peter@eisentraut.org>

Commit: ec40f3422412cfdc140b5d3f67db7fd2dac0f1e2
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2022-07-04T05:32:48Z
Releases: 16.0
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

Files

PathChange+/−
doc/src/sgml/protocol.sgml modified +1 −1
src/backend/replication/walsender.c modified +1 −1

Documentation touched

Discussion