From 61faca21030a5cbf0a83894cd9b0f04a1f356b8e Mon Sep 17 00:00:00 2001 From: Antonin Houska Date: Tue, 2 Jan 2024 17:10:30 +0100 Subject: [PATCH] Refined comment. --- pg_rewrite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_rewrite.h b/pg_rewrite.h index 67e11df..a205147 100644 --- a/pg_rewrite.h +++ b/pg_rewrite.h @@ -246,7 +246,7 @@ typedef struct WorkerTask Oid dbid; Oid roleid; - /* Backend that performs the task both sets and clears this field. */ + /* Worker that performs the task both sets and clears this field. */ pid_t pid; /* See the comments of pg_rewrite_exit_if_requested(). */