pgsql: Don't use INT64_FORMAT inside message strings

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't use INT64_FORMAT inside message strings
Date: 2021-04-21 08:09:35
Message-ID: E1lZ7vT-0000il-Vc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-04-21 08:09:36 pgsql: Use correct format placeholder for timeline IDs
Previous Message Michael Paquier 2021-04-21 03:08:12 pgsql: doc: List compute_query_id in required config for pg_stat_statem