projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd41ba9
)
Rewrite maybe_reread_subscription() comment
author
Álvaro Herrera
Fri, 13 Dec 2024 06:41:36 +0000
(07:41 +0100)
committer
Álvaro Herrera
Fri, 13 Dec 2024 06:41:36 +0000
(07:41 +0100)
One sentence was gramatically wrong, but also too terse. Expand on it.
src/backend/replication/logical/worker.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/logical/worker.c
b/src/backend/replication/logical/worker.c
index 46d3ad566f6f436b8fbee5db1202b33156a45175..9e50c880f8186f2e049a50dfa06317e8dc0cfc9a 100644
(file)
--- a/
src/backend/replication/logical/worker.c
+++ b/
src/backend/replication/logical/worker.c
@@
-3948,7
+3948,10
@@
apply_worker_exit(void)
}
/*
- * Reread subscription info if needed. Most changes will be exit.
+ * Reread subscription info if needed.
+ *
+ * For significant changes, we react by exiting the current process; a new
+ * one will be launched afterwards if needed.
*/
void
maybe_reread_subscription(void)