Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222e11a commit a9d6c38Copy full SHA for a9d6c38
src/bin/pg_upgrade/check.c
@@ -135,7 +135,7 @@ static DataTypesUsageChecks data_types_usage_checks[] =
135
"SELECT 'pg_catalog.line'::pg_catalog.regtype AS oid",
136
.report_text =
137
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"
+ "This data type changed its internal and input/output format\n"
139
"between your old and new versions so this\n"
140
"cluster cannot currently be upgraded. You can\n"
141
"drop the problem columns and restart the upgrade.\n"),
0 commit comments