projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
222e11a
)
pg_upgrade: Fix typo in message
author
Peter Eisentraut
<peter@eisentraut.org>
Thu, 4 Apr 2024 10:57:59 +0000
(12:57 +0200)
committer
Peter Eisentraut
<peter@eisentraut.org>
Thu, 4 Apr 2024 10:58:57 +0000
(12:58 +0200)
src/bin/pg_upgrade/check.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_upgrade/check.c
b/src/bin/pg_upgrade/check.c
index fe73ec4f00b38f113d8abf0060c1998bc28d92e0..ad1f8e3bcb1a1a1a7c7d04226b5a319483d3d1d2 100644
(file)
--- a/
src/bin/pg_upgrade/check.c
+++ b/
src/bin/pg_upgrade/check.c
@@
-135,7
+135,7
@@
static DataTypesUsageChecks data_types_usage_checks[] =
"SELECT 'pg_catalog.line'::pg_catalog.regtype AS oid",
.report_text =
gettext_noop("Your installation contains the \"line\" data type in user tables.\n"
- "
t
his data type changed its internal and input/output format\n"
+ "
T
his data type changed its internal and input/output format\n"
"between your old and new versions so this\n"
"cluster cannot currently be upgraded. You can\n"
"drop the problem columns and restart the upgrade.\n"),