Thread: pgsql: Fix attlen in RowDescription of BASE_BACKUP response

pgsql: Fix attlen in RowDescription of BASE_BACKUP response

From
Peter Eisentraut
Date:
Fix attlen in RowDescription of BASE_BACKUP response

Should be 8 for int8, not -1.

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