]> granicus.if.org Git - postgresql/blobdiff - src/bin/pg_upgrade/check.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / pg_upgrade / check.c
index 87b9d328d4cc72dbc4091e1833afb7297db405b8..ff7057db7380fcef968e59154e6fd5bfe1f5efa1 100644 (file)
@@ -14,7 +14,6 @@
 #include "mb/pg_wchar.h"
 #include "pg_upgrade.h"
 
-
 static void check_new_cluster_is_empty(void);
 static void check_databases_are_compatible(void);
 static void check_locale_and_encoding(DbInfo *olddb, DbInfo *newdb);