pgsql: Use correct format placeholder for pids

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use correct format placeholder for pids
Date: 2021-04-19 08:44:29
Message-ID: E1lYPW9-0008Bg-OV@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use correct format placeholder for pids

Should be signed, not unsigned.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/640b91c3ed24002b34c7226fb51ef9176fb72713

Modified Files
--------------
src/backend/postmaster/autovacuum.c | 2 +-
src/backend/postmaster/bgworker.c | 2 +-
src/backend/replication/logical/snapbuild.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-04-20 01:57:29 pgsql: Document LP_DEAD accounting issues in VACUUM.
Previous Message Amit Kapila 2021-04-19 03:43:29 pgsql: Fix test case added by commit f5fc2f5b23.