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: 2024-02-13 06:12:26
Message-ID: E1rZm1q-005xev-J1@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/e4b88c5fa343ba03e299aa643f0c44120793ddfd

Modified Files
--------------
src/backend/postmaster/walsummarizer.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-02-13 12:54:55 pgsql: Skip .DS_Store files in server side utils
Previous Message Amit Kapila 2024-02-13 04:26:39 pgsql: Doc: Improve upgrade for streaming replication section.