diff options
Diffstat (limited to 'src/backend/storage/aio/method_worker.c')
-rw-r--r-- | src/backend/storage/aio/method_worker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/aio/method_worker.c b/src/backend/storage/aio/method_worker.c index 0fde2a5b30d..6e8b1327946 100644 --- a/src/backend/storage/aio/method_worker.c +++ b/src/backend/storage/aio/method_worker.c @@ -321,7 +321,7 @@ pgaio_worker_die(int code, Datum arg) } /* - * Register the worker in shared memory, assign MyWorkerId and register a + * Register the worker in shared memory, assign MyIoWorkerId and register a * shutdown callback to release registration. */ static void |