pgsql: pg_basebackup: Correct type of WalSegSz

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pg_basebackup: Correct type of WalSegSz
Дата
Msg-id E1pjChq-0016jF-J7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1980d3585e3c7fce74b811ca8d77733036cae76c

Modified Files
--------------
src/bin/pg_basebackup/streamutil.c | 2 +-
src/bin/pg_basebackup/streamutil.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Remove some global variables from vacuum.c
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Only make buffer strategy for vacuum when it's likely needed