pgsql: Don't use INT64_FORMAT inside message strings - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Don't use INT64_FORMAT inside message strings
Date
Msg-id E1lZ7vT-0000il-Vc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: List compute_query_id in required config for pg_stat_statem
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Use correct format placeholder for timeline IDs