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

Commitf8c7308

Browse files
knizhnikkelvich
authored andcommitted
Avoid hanging on exit in pglogical_receiver
1 parent1df51e3 commitf8c7308

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎pglogical_receiver.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ pglogical_receiver_main(Datum main_arg)
252252
* Slots at other nodes should be removed
253253
*/
254254
mode=MtmGetReplicationMode(nodeId);
255+
if (mode==REPLMODE_UNKNOWN) {
256+
continue;
257+
}
255258
count=Mtm->recoveryCount;
256259

257260
/* Establish connection to remote server */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp