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

Commitf9280e7

Browse files
committed
pg_upgrade: Add missing newline to message
This was the backport of2e3dc8c, but in older releases the newlinemust be in the message.
1 parentf53f83b commitf9280e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_upgrade/check.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ check_for_removed_data_type_usage(ClusterInfo *cluster, const char *version,
13351335

13361336
if (check_for_data_type_usage(cluster,typename,output_path))
13371337
{
1338-
pg_log(PG_REPORT,"fatal");
1338+
pg_log(PG_REPORT,"fatal\n");
13391339
pg_fatal("Your installation contains the \"%s\" data type in user tables.\n"
13401340
"The \"%s\" type has been removed in PostgreSQL version %s,\n"
13411341
"so this cluster cannot currently be upgraded. You can drop the\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp