pgsql: Change timeline field of IDENTIFY_SYSTEM to int8

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8
Date: 2022-07-04 05:38:57
Message-ID: E1o8EnP-0016rA-Kx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/7e4fdbdc-699c-4cd0-115d-fb78a957fc22(at)enterprisedb(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ec40f3422412cfdc140b5d3f67db7fd2dac0f1e2

Modified Files
--------------
doc/src/sgml/protocol.sgml | 2 +-
src/backend/replication/walsender.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-07-04 05:55:13 Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8
Previous Message Thomas Munro 2022-07-04 02:55:43 Re: pgsql: dshash: Add sequential scan support.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-07-04 05:55:13 Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8
Previous Message Masahiko Sawada 2022-07-04 05:07:12 Re: [PoC] Improve dead tuple storage for lazy vacuum