Fix attlen in RowDescription of BASE_BACKUP response

Peter Eisentraut <peter@eisentraut.org>

Commit: 4e85b97304a74f5f0fc82136b95f0d5a67b7fd53
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2022-07-04T05:31:54Z
Releases: 16.0
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

Files

PathChange+/−
src/backend/replication/basebackup_copy.c modified +1 −1

Discussion