From 5c5f83507cb697e436f8f9d20d62787c1a66d19c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 6 May 2011 21:47:12 -0400 Subject: Adjust pg_upgrade FATAL error messages to have consistent newlines. Also adjust some error message capitalization for consistency. --- contrib/pg_upgrade/check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/pg_upgrade/check.c') diff --git a/contrib/pg_upgrade/check.c b/contrib/pg_upgrade/check.c index a9436ce5b2f..35b178e8286 100644 --- a/contrib/pg_upgrade/check.c +++ b/contrib/pg_upgrade/check.c @@ -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); -- cgit v1.2.3