Fix ps display for IO workers.
authorThomas Munro <tmunro@postgresql.org>
Fri, 21 Mar 2025 20:57:45 +0000 (09:57 +1300)
committerThomas Munro <tmunro@postgresql.org>
Fri, 21 Mar 2025 21:13:23 +0000 (10:13 +1300)
commite51ca405ed823b28358f216642b5a80f1f886f5d
tree2a1424f2fc92e57c2a08d1062867569c00a6b6a7
parent16a3ae504e2030583851c8f45cbed14b0c546d6e
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"
src/backend/storage/aio/method_worker.c