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

Commit820a0a6

Browse files
committed
Merge branch 'master' into pgpro-2065
2 parents702d13e +fb4c3ff commit820a0a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/utils/logger.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ exit_if_necessary(int elevel)
134134
/* If this is not the main thread then don't call exit() */
135135
if (main_tid!=pthread_self())
136136
{
137+
/* Interrupt other possible routines */
138+
thread_interrupted= true;
137139
#ifdefWIN32
138140
ExitThread(elevel);
139141
#else
140142
pthread_exit(NULL);
141143
#endif
142-
/* Interrupt other possible routines */
143-
thread_interrupted= true;
144144
}
145145
else
146146
exit(elevel);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp