diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-04-03 07:13:52 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-04-03 07:21:06 +0200 |
commit | 1980d3585e3c7fce74b811ca8d77733036cae76c (patch) | |
tree | 0aeeab0bc9b4e2202839849bcaf2d4e3ee12253b /src/backend/executor/nodeModifyTable.c | |
parent | 3f476c953495e4d52a1ac776f976df16964ba592 (diff) | |
download | postgresql-1980d3585e3c7fce74b811ca8d77733036cae76c.tar.gz postgresql-1980d3585e3c7fce74b811ca8d77733036cae76c.zip |
pg_basebackup: Correct type of WalSegSz
The pg_basebackup code had 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.
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://www.postgresql.org/message-id/flat/1bf15c7a-0acd-1864-081e-7a28814310fe%40enterprisedb.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions