pgsql: Fix more portability issues with casts to Size when using off_t

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix more portability issues with casts to Size when using off_t
Дата
Msg-id E1ffaig-0005wQ-Ud@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix more portability issues with casts to Size when using off_t

This should tame the beast, as there are no other places where off_t is
used in the new error messages.

Reported again by longfin, which complained about walsender.c while I
spotted the other two ones while double-checking.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/94019c879a138454af723fa8bfc346d4a44ecd47

Modified Files
--------------
src/backend/replication/logical/snapbuild.c | 3 ++-
src/backend/replication/slot.c              | 2 +-
src/backend/replication/walsender.c         | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Rework error messages around file handling
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Rework error messages around file handling