Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit92a8864

Browse files
author
Etsuro Fujita
committed
postgres_fdw: Reorder C includes.
Reorder header files in postgres_fdw.c and connection.c in alphabeticalorder.Author: Etsuro FujitaReviewed-by: Alvaro HerreraDiscussion:https://postgr.es/m/CAPmGK17ZmNb-EELqu8LmMh2t2uFdbfWNVDEfDO5-bpejHPONMQ@mail.gmail.com
1 parent727e45c commit92a8864

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)

[8]ページ先頭

©2009-2025 Movatter.jp