pgsql: Fix ps display for IO workers.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix ps display for IO workers.
Date: 2025-03-21 21:23:44
Message-ID: E1tvjqB-000MMO-2J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix ps display for IO workers.

This code must have missed a memo about the backend type description
being supplied automatically these days, and was duplicating that
information.

Before: "io worker io worker: N"
After: "io worker N"

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e51ca405ed823b28358f216642b5a80f1f886f5d

Modified Files
--------------
src/backend/storage/aio/method_worker.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2025-03-21 21:51:57 pgsql: Use streaming read I/O in SP-GiST vacuuming
Previous Message Tom Lane 2025-03-21 19:55:26 pgsql: Revert inappropriate weakening of an Assert in plpgsql.