Skip to content

Commit a9d6c38

Browse files
committed
pg_upgrade: Fix typo in message
1 parent 222e11a commit a9d6c38

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
@@ -135,7 +135,7 @@ static DataTypesUsageChecks data_types_usage_checks[] =
135135
"SELECT 'pg_catalog.line'::pg_catalog.regtype AS oid",
136136
.report_text =
137137
gettext_noop("Your installation contains the \"line\" data type in user tables.\n"
138-
"this data type changed its internal and input/output format\n"
138+
"This data type changed its internal and input/output format\n"
139139
"between your old and new versions so this\n"
140140
"cluster cannot currently be upgraded. You can\n"
141141
"drop the problem columns and restart the upgrade.\n"),

0 commit comments

Comments
 (0)