pgsql: Fix compilerwarning in logging size_t

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Fix compilerwarning in logging size_t
Дата
Msg-id E1nbpjW-000Tsj-Oq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compilerwarning in logging size_t

The pg_fatal log which included filesizes were using UINT64_FORMAT for
the size_t variables, which failed on 32 bit buildfarm animals. Change
to using plain int instead, which is in line with how digestControlFile
is doing it already.

Per buildfarm animals florican and lapwing.

Discussion: https://postgr.es/m/13C2BF64-4A6D-47E4-9181-3A658F00C9B7@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/75edb919613ee835e7680e40137e494c7856bcf9

Modified Files
--------------
src/bin/pg_rewind/local_source.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pgsql: pg_rewind: Fetch small files according to new size.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove race condition in 022_crash_temp_files.pl test.