Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc476f38

Browse files
author
Amit Kapila
committed
Fix a comment in worker.c.
The comment incorrectly states that worker gets killed duringALTER SUBSCRIPTION ... DISABLE. Remove that part of the comment.Author: Masahiko SawadaDiscussion:https://postgr.es/m/CAD21AoCbEN==oH7BhP3U6WPHg3zgH6sDOeKhJjy4W2dx-qoVCw@mail.gmail.com
1 parent62cb742 commitc476f38

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/backend/replication/logical/worker.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2933,10 +2933,7 @@ maybe_reread_subscription(void)
29332933
proc_exit(0);
29342934
}
29352935

2936-
/*
2937-
* Exit if the subscription was disabled. This normally should not happen
2938-
* as the worker gets killed during ALTER SUBSCRIPTION ... DISABLE.
2939-
*/
2936+
/* Exit if the subscription was disabled. */
29402937
if (!newsub->enabled)
29412938
{
29422939
ereport(LOG,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp