Skip to content

Commit 92a8864

Browse files
author
Etsuro Fujita
committed
postgres_fdw: Reorder C includes.
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
1 parent 727e45c commit 92a8864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/postgres_fdw/connection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#include "postgres_fdw.h"
1616

1717
#include "access/htup_details.h"
18-
#include "catalog/pg_user_mapping.h"
1918
#include "access/xact.h"
19+
#include "catalog/pg_user_mapping.h"
2020
#include "mb/pg_wchar.h"
2121
#include "miscadmin.h"
2222
#include "pgstat.h"

contrib/postgres_fdw/postgres_fdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#include "miscadmin.h"
2727
#include "nodes/makefuncs.h"
2828
#include "nodes/nodeFuncs.h"
29-
#include "optimizer/cost.h"
3029
#include "optimizer/clauses.h"
30+
#include "optimizer/cost.h"
3131
#include "optimizer/optimizer.h"
3232
#include "optimizer/pathnode.h"
3333
#include "optimizer/paths.h"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy