|
|
@ -439,8 +439,7 @@ CheckMyDatabase(const char *name, bool am_superuser, bool override_allow_connect |
|
|
|
ereport(WARNING, |
|
|
|
ereport(WARNING, |
|
|
|
(errmsg("database \"%s\" has no actual collation version, but a version was recorded", |
|
|
|
(errmsg("database \"%s\" has no actual collation version, but a version was recorded", |
|
|
|
name))); |
|
|
|
name))); |
|
|
|
|
|
|
|
else if (strcmp(actual_versionstr, collversionstr) != 0) |
|
|
|
if (strcmp(actual_versionstr, collversionstr) != 0) |
|
|
|
|
|
|
|
ereport(WARNING, |
|
|
|
ereport(WARNING, |
|
|
|
(errmsg("database \"%s\" has a collation version mismatch", |
|
|
|
(errmsg("database \"%s\" has a collation version mismatch", |
|
|
|
name), |
|
|
|
name), |
|
|
|