pgsql: Use correct format placeholder for timeline IDs

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use correct format placeholder for timeline IDs
Date: 2021-04-21 08:09:36
Message-ID: E1lZ7vU-0000ir-0F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use correct format placeholder for timeline IDs

Should be %u rather than %d.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/39d0928a0e88426ee64189898565c40d4af9ad96

Modified Files
--------------
src/bin/pg_rewind/pg_rewind.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-04-21 10:32:52 pgsql: Add DISTINCT to information schema usage views
Previous Message Peter Eisentraut 2021-04-21 08:09:35 pgsql: Don't use INT64_FORMAT inside message strings