mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Fix order of includes in src/bin/pg_upgrade/info.c
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
#include "access/transam.h"
|
#include "access/transam.h"
|
||||||
#include "catalog/pg_class_d.h"
|
#include "catalog/pg_class_d.h"
|
||||||
#include "pqexpbuffer.h"
|
|
||||||
#include "pg_upgrade.h"
|
#include "pg_upgrade.h"
|
||||||
|
#include "pqexpbuffer.h"
|
||||||
|
|
||||||
static void create_rel_filename_map(const char *old_data, const char *new_data,
|
static void create_rel_filename_map(const char *old_data, const char *new_data,
|
||||||
const DbInfo *old_db, const DbInfo *new_db,
|
const DbInfo *old_db, const DbInfo *new_db,
|
||||||
|
Reference in New Issue
Block a user