Обсуждение: pgsql: Don't use INT64_FORMAT inside message strings

Поиск
Список
Период
Сортировка

pgsql: Don't use INT64_FORMAT inside message strings

От
Peter Eisentraut
Дата:
Don't use INT64_FORMAT inside message strings

Use %lld and cast to long long int instead.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3286065651477c2060910dfb42b3cedbd79a7980

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