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

Commitb43ebe5

Browse files
committed
More include file adjustments.
1 parentb844dd3 commitb43ebe5

File tree

9 files changed

+9
-22
lines changed

9 files changed

+9
-22
lines changed

‎src/include/access/relscan.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.47 2006/07/1317:47:01 momjian Exp $
10+
* $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.48 2006/07/1318:01:01 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -16,7 +16,6 @@
1616

1717
#include"access/skey.h"
1818
#include"storage/bufpage.h"
19-
#include"utils/rel.h"
2019
#include"utils/tqual.h"
2120

2221

‎src/include/commands/vacuum.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@
77
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.66 2006/07/1317:47:01 momjian Exp $
10+
* $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.67 2006/07/1318:01:02 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#ifndefVACUUM_H
1515
#defineVACUUM_H
1616

1717
#include"access/htup.h"
18-
#include"access/tupdesc.h"
19-
#include"catalog/pg_attribute.h"
2018
#include"catalog/pg_statistic.h"
2119
#include"catalog/pg_type.h"
2220
#include"nodes/parsenodes.h"

‎src/include/executor/hashjoin.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/executor/hashjoin.h,v 1.40 2006/07/1317:47:02 momjian Exp $
10+
* $PostgreSQL: pgsql/src/include/executor/hashjoin.h,v 1.41 2006/07/1318:01:02 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#ifndefHASHJOIN_H
1515
#defineHASHJOIN_H
1616

17-
#include"access/htup.h"
1817
#include"fmgr.h"
1918
#include"storage/buffile.h"
2019

‎src/include/tcop/tcopprot.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.81 2006/03/14 22:48:23 tgl Exp $
10+
* $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.82 2006/07/13 18:01:02 momjian Exp $
1111
*
1212
* OLD COMMENTS
1313
* This file was created so that other c files could get the two
@@ -20,8 +20,6 @@
2020
#defineTCOPPROT_H
2121

2222
#include"executor/execdesc.h"
23-
#include"nodes/params.h"
24-
#include"tcop/dest.h"
2523
#include"utils/guc.h"
2624

2725

‎src/include/utils/catcache.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1414
* Portions Copyright (c) 1994, Regents of the University of California
1515
*
16-
* $PostgreSQL: pgsql/src/include/utils/catcache.h,v 1.60 2006/07/1317:47:02 momjian Exp $
16+
* $PostgreSQL: pgsql/src/include/utils/catcache.h,v 1.61 2006/07/1318:01:02 momjian Exp $
1717
*
1818
*-------------------------------------------------------------------------
1919
*/
@@ -22,7 +22,6 @@
2222

2323
#include"access/htup.h"
2424
#include"access/skey.h"
25-
#include"access/tupdesc.h"
2625
#include"lib/dllist.h"
2726
#include"utils/rel.h"
2827

‎src/include/utils/guc.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
* Copyright (c) 2000-2006, PostgreSQL Global Development Group
88
* Written by Peter Eisentraut <peter_e@gmx.net>.
99
*
10-
* $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.68 2006/05/11 19:15:35 tgl Exp $
10+
* $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.69 2006/07/13 18:01:02 momjian Exp $
1111
*--------------------------------------------------------------------
1212
*/
1313
#ifndefGUC_H
1414
#defineGUC_H
1515

16-
#include"nodes/pg_list.h"
1716
#include"tcop/dest.h"
1817
#include"utils/array.h"
1918

‎src/include/utils/portal.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,16 @@
3939
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
4040
* Portions Copyright (c) 1994, Regents of the University of California
4141
*
42-
* $PostgreSQL: pgsql/src/include/utils/portal.h,v 1.62 2006/07/1316:49:20 momjian Exp $
42+
* $PostgreSQL: pgsql/src/include/utils/portal.h,v 1.63 2006/07/1318:01:02 momjian Exp $
4343
*
4444
*-------------------------------------------------------------------------
4545
*/
4646
#ifndefPORTAL_H
4747
#definePORTAL_H
4848

4949
#include"executor/execdesc.h"
50-
#include"nodes/memnodes.h"
5150
#include"utils/resowner.h"
5251
#include"utils/timestamp.h"
53-
#include"utils/tuplestore.h"
5452

5553
/*
5654
* We have several execution strategies for Portals, depending on what

‎src/include/utils/resowner.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@
1212
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $PostgreSQL: pgsql/src/include/utils/resowner.h,v 1.7 2006/06/16 18:42:23 tgl Exp $
15+
* $PostgreSQL: pgsql/src/include/utils/resowner.h,v 1.8 2006/07/13 18:01:02 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
1919
#ifndefRESOWNER_H
2020
#defineRESOWNER_H
2121

22-
#include"access/tupdesc.h"
2322
#include"storage/buf.h"
2423
#include"utils/catcache.h"
25-
#include"utils/rel.h"
2624

2725

2826
/*

‎src/include/utils/syscache.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1010
* Portions Copyright (c) 1994, Regents of the University of California
1111
*
12-
* $PostgreSQL: pgsql/src/include/utils/syscache.h,v 1.64 2006/07/11 13:54:24 momjian Exp $
12+
* $PostgreSQL: pgsql/src/include/utils/syscache.h,v 1.65 2006/07/13 18:01:02 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
1616
#ifndefSYSCACHE_H
1717
#defineSYSCACHE_H
1818

19-
#include"access/htup.h"
2019
#include"utils/catcache.h"
2120

2221
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp