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

Commite052250

Browse files
committed
Remove 576 references of include files that were not needed.
1 parentae64374 commite052250

File tree

246 files changed

+251
-826
lines changed

Some content is hidden

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

246 files changed

+251
-826
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*
1818
* IDENTIFICATION
19-
* $PostgreSQL: pgsql/src/backend/access/common/heaptuple.c,v 1.109 2006/07/03 22:45:36 tgl Exp $
19+
* $PostgreSQL: pgsql/src/backend/access/common/heaptuple.c,v 1.110 2006/07/14 14:52:16 momjian Exp $
2020
*
2121
*-------------------------------------------------------------------------
2222
*/
@@ -25,7 +25,6 @@
2525

2626
#include"access/heapam.h"
2727
#include"access/tuptoaster.h"
28-
#include"catalog/pg_type.h"
2928
#include"executor/tuptable.h"
3029

3130

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/access/common/indextuple.c,v 1.77 2006/07/11 17:04:12 momjian Exp $
12+
* $PostgreSQL: pgsql/src/backend/access/common/indextuple.c,v 1.78 2006/07/14 14:52:16 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -18,8 +18,6 @@
1818

1919
#include"access/heapam.h"
2020
#include"access/itup.h"
21-
#include"access/tuptoaster.h"
22-
#include"catalog/pg_type.h"
2321

2422

2523
/* ----------------------------------------------------------------

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,17 @@
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/access/common/printtup.c,v 1.96 2006/04/05 22:11:54 tgl Exp $
12+
* $PostgreSQL: pgsql/src/backend/access/common/printtup.c,v 1.97 2006/07/14 14:52:16 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
1616
#include"postgres.h"
1717

18-
#include"access/heapam.h"
1918
#include"access/printtup.h"
2019
#include"libpq/libpq.h"
2120
#include"libpq/pqformat.h"
2221
#include"tcop/pquery.h"
2322
#include"utils/lsyscache.h"
24-
#include"utils/portal.h"
2523

2624

2725
staticvoidprinttup_startup(DestReceiver*self,intoperation,

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/common/tupdesc.c,v 1.117 2006/06/16 18:42:21 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/common/tupdesc.c,v 1.118 2006/07/14 14:52:16 momjian Exp $
1212
*
1313
* NOTES
1414
* some of the executor utility code such as "ExecTypeFromTL" should be
@@ -19,7 +19,6 @@
1919

2020
#include"postgres.h"
2121

22-
#include"access/heapam.h"
2322
#include"catalog/pg_type.h"
2423
#include"parser/parse_type.h"
2524
#include"utils/builtins.h"

‎src/backend/access/gin/ginarrayproc.c‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,14 @@
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/gin/ginarrayproc.c,v 1.3 2006/07/11 19:49:13 teodor Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/gin/ginarrayproc.c,v 1.4 2006/07/14 14:52:16 momjian Exp $
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include"postgres.h"
16-
#include"access/genam.h"
17-
#include"access/heapam.h"
18-
#include"catalog/index.h"
19-
#include"miscadmin.h"
20-
#include"storage/freespace.h"
2116
#include"utils/array.h"
2217
#include"utils/builtins.h"
2318
#include"utils/lsyscache.h"
24-
#include"utils/syscache.h"
2519
#include"utils/typcache.h"
2620
#include"access/gin.h"
2721

‎src/backend/access/gin/ginbtree.c‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/gin/ginbtree.c,v 1.3 2006/05/29 08:39:44 teodor Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/gin/ginbtree.c,v 1.4 2006/07/14 14:52:16 momjian Exp $
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include"postgres.h"
16-
#include"access/genam.h"
1716
#include"access/gin.h"
18-
#include"access/heapam.h"
19-
#include"catalog/index.h"
2017
#include"miscadmin.h"
21-
#include"storage/freespace.h"
2218

2319
/*
2420
* Locks buffer by needed method for search.

‎src/backend/access/gin/ginbulk.c‎

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,12 @@
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/gin/ginbulk.c,v 1.2 2006/07/11 16:55:34 teodor Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/gin/ginbulk.c,v 1.3 2006/07/14 14:52:16 momjian Exp $
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include"postgres.h"
16-
#include"access/genam.h"
1716
#include"access/gin.h"
18-
#include"access/heapam.h"
19-
#include"catalog/index.h"
20-
#include"miscadmin.h"
21-
#include"storage/freespace.h"
22-
#include"utils/memutils.h"
23-
#include"access/tuptoaster.h"
2417

2518
#defineDEF_NENTRY2048
2619
#defineDEF_NPTR4

‎src/backend/access/gin/gindatapage.c‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,12 @@
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/gin/gindatapage.c,v 1.1 2006/05/02 11:28:54 teodor Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/gin/gindatapage.c,v 1.2 2006/07/14 14:52:16 momjian Exp $
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include"postgres.h"
16-
#include"access/genam.h"
1716
#include"access/gin.h"
18-
#include"access/heapam.h"
19-
#include"catalog/index.h"
20-
#include"miscadmin.h"
21-
#include"storage/freespace.h"
2217

2318
int
2419
compareItemPointers(ItemPointera,ItemPointerb ) {

‎src/backend/access/gin/ginentrypage.c‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,12 @@
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/gin/ginentrypage.c,v 1.2 2006/05/02 15:48:11 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/gin/ginentrypage.c,v 1.3 2006/07/14 14:52:16 momjian Exp $
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include"postgres.h"
16-
#include"access/genam.h"
1716
#include"access/gin.h"
18-
#include"access/heapam.h"
19-
#include"catalog/index.h"
20-
#include"miscadmin.h"
21-
#include"storage/freespace.h"
2217
#include"access/tuptoaster.h"
2318

2419
/*

‎src/backend/access/gin/ginget.c‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/gin/ginget.c,v 1.1 2006/05/02 11:28:54 teodor Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/gin/ginget.c,v 1.2 2006/07/14 14:52:16 momjian Exp $
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include"postgres.h"
16-
#include"access/genam.h"
1716
#include"access/gin.h"
18-
#include"access/heapam.h"
1917
#include"catalog/index.h"
20-
#include"miscadmin.h"
21-
#include"storage/freespace.h"
2218
#include"utils/memutils.h"
2319

2420
staticOffsetNumber

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp