Re: more descriptive message for process termination due to max_slot_wal_keep_size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: more descriptive message for process termination due to max_slot_wal_keep_size
Дата
Msg-id 4036166.1664397531@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: more descriptive message for process termination due to max_slot_wal_keep_size  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
... oh, one other point is that using %ld to print an int64 is entirely
not portable, as indeed the cfbot is complaining about.

I think our best practice on that is to put %lld in the format string
and explicitly cast the corresponding argument to "long long".

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: more descriptive message for process termination due to max_slot_wal_keep_size
Следующее
От: Robert Haas
Дата:
Сообщение: problems with making relfilenodes 56-bits