pg_basebackup: Correct type of WalSegSz
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-03-30T06:24:36Z
Lists: pgsql-hackers
Attachments
- 0001-pg_basebackup-Correct-type-of-WalSegSz.patch (text/plain) patch 0001
The pg_basebackup code has WalSegSz as uint32, whereas the rest of the code has it as int. This seems confusing, and using the extra range wouldn't actually work. This was in the original commit (fc49e24fa6), but I suppose it was an oversight.
Commits
-
pg_basebackup: Correct type of WalSegSz
- 1980d3585e3c 16.0 landed