Re: Cannot find a working 64-bit integer type on Illumos

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cannot find a working 64-bit integer type on Illumos
Дата
Msg-id 2322752.1711330337@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cannot find a working 64-bit integer type on Illumos  (Japin Li <japinli@hotmail.com>)
Ответы Re: Cannot find a working 64-bit integer type on Illumos  (Japin Li <japinli@hotmail.com>)
Список pgsql-hackers
Japin Li <japinli@hotmail.com> writes:
> /home/japin/postgres/debug/../src/bin/pg_dump/pg_dump_sort.c: In function 'repairDependencyLoop':
> /home/japin/postgres/debug/../src/bin/pg_dump/pg_dump_sort.c:1276:3: error: format not a string literal and no format
arguments[-Werror=format-security] 
>  1276 |   pg_log_warning(ngettext("there are circular foreign-key constraints on this table:",
>       |   ^~~~~~~~~~~~~~

Yeah, some of the older buildfarm animals issue that warning too.
AFAICS it's a bogus compiler heuristic: there is not anything
wrong with the code as given.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum
Следующее
От: Japin Li
Дата:
Сообщение: Re: Cannot find a working 64-bit integer type on Illumos