pgsql: Fix for 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: Fix for change timeline field of IDENTIFY_SYSTEM to int8
Date: 2022-07-04 06:09:08
Message-ID: E1o8FGd-00179Z-H2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix for change timeline field of IDENTIFY_SYSTEM to int8

Amendment to ec40f3422412cfdc140b5d3f67db7fd2dac0f1e2: We also need to
change the way the datum is supplied to int8. Otherwise, the value is
still cut off as an int4, and it will crash on 32-bit platforms.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ba3cb2f1863e3243aa40d73633bd88f774f74ce

Modified Files
--------------
src/backend/replication/walsender.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-07-04 06:49:54 pgsql: Prevent write operations on large objects in read-only transacti
Previous Message Tom Lane 2022-07-04 05:57:22 Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8