pgsql: Fix compiler warning about format on Windows

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix compiler warning about format on Windows
Дата
Msg-id E1irVB5-0001YI-9t@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compiler warning about format on Windows

On 64-bit Windows, pid_t is long long int, so a %d format isn't
enough.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fe233366f2e3ca44609c805ce0604c1e2122c3f9

Modified Files
--------------
src/backend/replication/walreceiver.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: docs: change "default role" wording to "predefined role"
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Introduce IndexAM fields for parallel vacuum.