Fix ps display for IO workers.

Thomas Munro <tmunro@postgresql.org>

Commit: e51ca405ed823b28358f216642b5a80f1f886f5d
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2025-03-21T21:13:23Z
Releases: 18.0
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"

Files

PathChange+/−
src/backend/storage/aio/method_worker.c modified +1 −1