projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
014f9f3
)
Fix order of includes in src/bin/pg_upgrade/info.c
author
Alexander Korotkov
<
[email protected]
>
Thu, 19 Sep 2024 11:34:00 +0000
(14:34 +0300)
committer
Alexander Korotkov
<
[email protected]
>
Thu, 19 Sep 2024 11:34:00 +0000
(14:34 +0300)
src/bin/pg_upgrade/info.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_upgrade/info.c
b/src/bin/pg_upgrade/info.c
index 5883acc79c0045b76a53893d92c5f3f5e0711f66..f83ded89cb4d6fc5fb77fec02e2d439db1e9c1ae 100644
(file)
--- a/
src/bin/pg_upgrade/info.c
+++ b/
src/bin/pg_upgrade/info.c
@@
-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,