pgsql: Use correct format placeholder for timeline IDs - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Use correct format placeholder for timeline IDs
Date
Msg-id E1lZ7vU-0000ir-0F@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Don't use INT64_FORMAT inside message strings
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add DISTINCT to information schema usage views