mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Adjust pg_upgrade FATAL error messages to have consistent newlines.
Also adjust some error message capitalization for consistency.
This commit is contained in:
@ -253,7 +253,7 @@ check_cluster_compatibility(bool live_check)
|
||||
|
||||
if ((lib_test = fopen(libfile, "r")) == NULL)
|
||||
pg_log(PG_FATAL,
|
||||
"\npg_upgrade_support%s must be created and installed in %s\n", DLSUFFIX, libfile);
|
||||
"pg_upgrade_support%s must be created and installed in %s\n", DLSUFFIX, libfile);
|
||||
else
|
||||
fclose(lib_test);
|
||||
|
||||
|
Reference in New Issue
Block a user