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

Commita72f036

Browse files
committed
Fix inclusions of c.h from .h files.
We have a project policy that every .c file should start by includingpostgres.h, postgres_fe.h, or c.h as appropriate; and then there is noneed for any .h file to explicitly include any of these. Fix a fewheaders that were violating this policy by including c.h.Discussion:https://postgr.es/m/CAEepm=2zCoeq3QxVwhS5DFeUh=yU6z81pbWMgfOB8OzyiBwxzw@mail.gmail.comDiscussion:https://postgr.es/m/11634.1488932128@sss.pgh.pa.us
1 parent9722bb5 commita72f036

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

‎src/bin/pg_rewind/fetch.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#ifndefFETCH_H
1616
#defineFETCH_H
1717

18-
#include"c.h"
19-
2018
#include"access/xlogdefs.h"
2119

2220
#include"filemap.h"

‎src/bin/pg_rewind/pg_rewind.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#ifndefPG_REWIND_H
1212
#definePG_REWIND_H
1313

14-
#include"c.h"
15-
1614
#include"datapagemap.h"
1715

1816
#include"access/timeline.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp