From 97d85be365443eb4bf84373a7468624762382059 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 13 Mar 2024 15:07:00 +0100 Subject: Make the order of the header file includes consistent Similar to commit 7e735035f20. Author: Richard Guo Reviewed-by: Bharath Rupireddy Discussion: https://www.postgresql.org/message-id/flat/CAMbWs4-WhpCFMbXCjtJ%2BFzmjfPrp7Hw1pk4p%2BZpU95Kh3ofZ1A%40mail.gmail.com --- contrib/postgres_fdw/deparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/postgres_fdw') diff --git a/contrib/postgres_fdw/deparse.c b/contrib/postgres_fdw/deparse.c index 8787c00d3eb..ce765ecc904 100644 --- a/contrib/postgres_fdw/deparse.c +++ b/contrib/postgres_fdw/deparse.c @@ -47,6 +47,7 @@ #include "catalog/pg_ts_dict.h" #include "catalog/pg_type.h" #include "commands/defrem.h" +#include "commands/tablecmds.h" #include "nodes/makefuncs.h" #include "nodes/nodeFuncs.h" #include "nodes/plannodes.h" @@ -60,7 +61,6 @@ #include "utils/rel.h" #include "utils/syscache.h" #include "utils/typcache.h" -#include "commands/tablecmds.h" /* * Global context for foreign_expr_walker's search of an expression tree. -- cgit v1.2.3