Fix attlen in RowDescription of BASE_BACKUP response
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 4 Jul 2022 05:25:26 +0000 (07:25 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 4 Jul 2022 05:31:54 +0000 (07:31 +0200)
commit4e85b97304a74f5f0fc82136b95f0d5a67b7fd53
treed3c3600021a127f1d5b86cb5d92ebf182642cd02
parent255625df1d3a9823c891d585fbf5c3bb913182eb
Fix attlen in RowDescription of BASE_BACKUP response

Should be 8 for int8, not -1.

Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>
Discussion: http://www.postgresql.org/message-id/flat/7e4fdbdc-699c-4cd0-115d-fb78a957fc22@enterprisedb.com
src/backend/replication/basebackup_copy.c