mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-16 11:26:59 +08: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 "catalog/pg_class_d.h"
|
||||
#include "pqexpbuffer.h"
|
||||
#include "pg_upgrade.h"
|
||||
#include "pqexpbuffer.h"
|
||||
|
||||
static void create_rel_filename_map(const char *old_data, const char *new_data,
|
||||
const DbInfo *old_db, const DbInfo *new_db,
|
||||
|
||||
Reference in New Issue
Block a user