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

Commit2e6b1e6

Browse files
committed
Remove unused #includes in *.c files.
1 parent40a89e0 commit2e6b1e6

File tree

238 files changed

+242
-1463
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+242
-1463
lines changed

‎src/backend/access/common/heaptuple.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.53 1999/06/12 14:07:20 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.54 1999/07/15 22:38:31 momjian Exp $
1212
*
1313
* NOTES
1414
* The old interface functions have been converted to macros
@@ -20,15 +20,9 @@
2020
#include<postgres.h>
2121

2222
#include<access/heapam.h>
23-
#include<access/htup.h>
24-
#include<access/transam.h>
25-
#include<access/tupmacs.h>
2623
#include<catalog/pg_type.h>
27-
#include<storage/bufpage.h>
28-
#include<utils/memutils.h>
2924

3025
#ifndefHAVE_MEMMOVE
31-
#include<regex/utils.h>
3226
#else
3327
#include<string.h>
3428
#endif

‎src/backend/access/common/indextuple.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,18 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.33 1999/02/13 23:14:11 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.34 1999/07/15 22:38:32 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
1515

1616
#include<postgres.h>
1717

1818
#include<access/heapam.h>
19-
#include<access/ibit.h>
2019
#include<access/itup.h>
21-
#include<access/tupmacs.h>
2220
#include<catalog/pg_type.h>
2321

2422
#ifndefHAVE_MEMMOVE
25-
#include<regex/utils.h>
2623
#else
2724
#include<string.h>
2825
#endif

‎src/backend/access/common/indexvalid.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,14 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.21 1999/02/13 23:14:12 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.22 1999/07/15 22:38:32 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include<postgres.h>
16-
#include<fmgr.h>
1716

18-
#include<access/htup.h>
1917
#include<access/iqual.h>
20-
#include<access/itup.h>
21-
#include<access/skey.h>
2218
#include<executor/execdebug.h>
2319

2420
/* ----------------------------------------------------------------

‎src/backend/access/common/printtup.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.47 1999/05/25 22:40:47 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.48 1999/07/15 22:38:32 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -17,11 +17,9 @@
1717

1818
#include"postgres.h"
1919

20-
#include"fmgr.h"
2120
#include"access/heapam.h"
2221
#include"access/printtup.h"
2322
#include"catalog/pg_type.h"
24-
#include"libpq/libpq.h"
2523
#include"libpq/pqformat.h"
2624
#include"utils/syscache.h"
2725

‎src/backend/access/common/scankey.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.14 1999/05/25 16:06:41 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.15 1999/07/15 22:38:32 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include<postgres.h>
1616

17-
#include<fmgr.h>
1817
#include<access/skey.h>
1918

2019
/*

‎src/backend/access/common/tupdesc.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.50 1999/05/25 22:40:48 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.51 1999/07/15 22:38:33 momjian Exp $
1111
*
1212
* NOTES
1313
* some of the executor utility code such as "ExecTypeFromTL" should be
@@ -24,11 +24,9 @@
2424
#include<nodes/parsenodes.h>
2525
#include<parser/parse_type.h>
2626
#include<utils/builtins.h>
27-
#include<utils/fcache.h>
2827
#include<utils/syscache.h>
2928

3029
#ifndefHAVE_MEMMOVE
31-
#include<regex/utils.h>
3230
#else
3331
#include<string.h>
3432
#endif

‎src/backend/access/gist/gist.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,16 @@
1313

1414
#include<postgres.h>
1515

16-
#include<fmgr.h>
1716
#include<catalog/pg_index.h>
1817
#include<access/genam.h>
1918
#include<access/gist.h>
2019
#include<access/gistscan.h>
2120
#include<access/heapam.h>
2221
#include<catalog/index.h>
2322
#include<executor/executor.h>
24-
#include<storage/bufmgr.h>
25-
#include<storage/bufpage.h>
26-
#include<storage/lmgr.h>
2723
#include<utils/syscache.h>
28-
#include<utils/tqual.h>
2924

3025
#ifndefHAVE_MEMMOVE
31-
#include<regex/utils.h>
3226
#else
3327
#include<string.h>
3428
#endif

‎src/backend/access/gist/gistget.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@
1313

1414
#include<postgres.h>
1515

16-
#include<access/relscan.h>
17-
#include<storage/bufpage.h>
18-
#include<access/sdir.h>
19-
#include<access/itup.h>
2016
#include<access/gist.h>
2117
#include<executor/execdebug.h>
22-
#include<storage/bufmgr.h>
2318

2419
#ifndefHAVE_MEMMOVE
25-
#include<regex/utils.h>
2620
#else
2721
#include<string.h>
2822
#endif

‎src/backend/access/gist/gistscan.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,8 @@
1515
#include<access/gist.h>
1616
#include<access/gistscan.h>
1717
#include<access/genam.h>
18-
#include<access/rtree.h>
19-
#include<storage/bufmgr.h>
20-
#include<access/giststrat.h>
21-
#include<storage/lmgr.h>
2218

2319
#ifndefHAVE_MEMMOVE
24-
#include<regex/utils.h>
2520
#else
2621
#include<string.h>
2722
#endif

‎src/backend/access/hash/hash.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.26 1999/05/25 16:06:54 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.27 1999/07/15 22:38:35 momjian Exp $
1111
*
1212
* NOTES
1313
* This file contains only the public interface routines.
@@ -22,11 +22,9 @@
2222
#include<access/heapam.h>
2323
#include<access/genam.h>
2424
#include<catalog/index.h>
25-
#include<storage/bufmgr.h>
2625
#include<miscadmin.h>
2726

2827
#ifndefHAVE_MEMMOVE
29-
#include<regex/utils.h>
3028
#else
3129
#include<string.h>
3230
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp