1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +03:00

Fix order of includes in src/bin/pg_upgrade/info.c

This commit is contained in:
Alexander Korotkov
2024-09-19 14:34:00 +03:00
parent 014f9f34d2
commit a094e8b9e4

View File

@@ -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,