]> granicus.if.org Git - postgresql/commitdiff
postgres_fdw: Reorder C includes.
authorEtsuro Fujita <efujita@postgresql.org>
Tue, 11 Jun 2019 04:39:31 +0000 (13:39 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Tue, 11 Jun 2019 04:39:31 +0000 (13:39 +0900)
Reorder header files in postgres_fdw.c and connection.c in alphabetical
order.

Author: Etsuro Fujita
Reviewed-by: Alvaro Herrera
Discussion: https://postgr.es/m/CAPmGK17ZmNb-EELqu8LmMh2t2uFdbfWNVDEfDO5-bpejHPONMQ@mail.gmail.com

contrib/postgres_fdw/connection.c
contrib/postgres_fdw/postgres_fdw.c

index 5dfdadcc2fc61520b9625716c34a374a3df56350..57ed5f4b90599e6799d61f29fe50f1d9d4412792 100644 (file)
@@ -15,8 +15,8 @@
 #include "postgres_fdw.h"
 
 #include "access/htup_details.h"
-#include "catalog/pg_user_mapping.h"
 #include "access/xact.h"
+#include "catalog/pg_user_mapping.h"
 #include "mb/pg_wchar.h"
 #include "miscadmin.h"
 #include "pgstat.h"
index 1b09aa5a017f7ff7a0925ea3b6f3dd6a9f70e626..11451c2055d1505ec11bfab39580b63a7f4cf844 100644 (file)
@@ -26,8 +26,8 @@
 #include "miscadmin.h"
 #include "nodes/makefuncs.h"
 #include "nodes/nodeFuncs.h"
-#include "optimizer/cost.h"
 #include "optimizer/clauses.h"
+#include "optimizer/cost.h"
 #include "optimizer/optimizer.h"
 #include "optimizer/pathnode.h"
 #include "optimizer/paths.h"