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

Commitca607b1

Browse files
committed
pg_upgrade: Fix fatal error handling
Restore exiting when pg_log(PG_FATAL) is called directly instead ofcalling pg_fatal(). Fault introduced in264aa14.
1 parent7e04792 commitca607b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎contrib/pg_upgrade/util.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ pg_log_v(eLogType type, const char *fmt, va_list ap)
131131

132132
casePG_FATAL:
133133
printf("\n%s",_(message));
134+
printf("Failure, exiting\n");
135+
exit(1);
134136
break;
135137

136138
default:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp