pgsql: Properly use INT64_FORMAT in output

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Properly use INT64_FORMAT in output
Date: 2018-04-03 14:42:04
Message-ID: E1f3N8O-0007eb-LH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Properly use INT64_FORMAT in output

Per buildfarm animal prairiedog, suggestion solution from Tom.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/10d62d1065290469ae79518f8166550b2760dc26

Modified Files
--------------
src/backend/replication/basebackup.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-04-03 14:43:52 pgsql: Attempt to fix jsonb_plperl build on Windows
Previous Message Peter Eisentraut 2018-04-03 13:52:23 pgsql: Transforms for jsonb to PL/Perl