Re: Use of PRId64 with PostgreSQL functions

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Use of PRId64 with PostgreSQL functions
Дата
Msg-id 20150731210435.GF2441@postgresql.org
обсуждение исходный текст
Ответ на Use of PRId64 with PostgreSQL functions  ("Paragon Corporation" <lr@pcorp.us>)
Список pgsql-hackers
Paragon Corporation wrote:
> I've been currently suffering an issue in mingw64 with changes made in
> PostGIS topology code base.  Sadly it only happens to me (compiling in
> mingw64)
> 
> Issue is when code like this was introduced
> 
> 
>   appendStringInfo(str, "%s%" PRId64, sep, edge->start_node);

I think you could use INT64_FORMAT for this.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: brin index vacuum versus transaction snapshots
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Use of PRId64 with PostgreSQL functions