pgsql: Fix attlen in RowDescription of BASE_BACKUP response

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix attlen in RowDescription of BASE_BACKUP response
Date: 2022-07-04 05:38:57
Message-ID: E1o8EnP-0016r9-KS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix attlen in RowDescription of BASE_BACKUP response

Should be 8 for int8, not -1.

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/4e85b97304a74f5f0fc82136b95f0d5a67b7fd53

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

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.