Fix ps display for IO workers.
Thomas Munro <tmunro@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/aio/method_worker.c | modified | +1 −1 |