Skip to content

Commit a094e8b

Browse files
committed
Fix order of includes in src/bin/pg_upgrade/info.c
1 parent 014f9f3 commit a094e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
#include "access/transam.h"
1313
#include "catalog/pg_class_d.h"
14-
#include "pqexpbuffer.h"
1514
#include "pg_upgrade.h"
15+
#include "pqexpbuffer.h"
1616

1717
static void create_rel_filename_map(const char *old_data, const char *new_data,
1818
const DbInfo *old_db, const DbInfo *new_db,

0 commit comments

Comments
 (0)