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

Commit0b3cb80

Browse files
committed
finally, this directory is (should be!) totally clean
1 parent7870c5a commit0b3cb80

File tree

14 files changed

+40
-46
lines changed

14 files changed

+40
-46
lines changed

‎src/include/utils/builtins.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: builtins.h,v 1.5 1996/11/0407:46:00 scrappy Exp $
9+
* $Id: builtins.h,v 1.6 1996/11/0411:51:14 scrappy Exp $
1010
*
1111
* NOTES
1212
* This should normally only be included by fmgr.h.
@@ -19,9 +19,9 @@
1919
#defineBUILTINS_H
2020

2121
#include<storage/itemptr.h>
22-
#include<utils/rel.h>
23-
#include<utils/nabstime.h>
2422
#include<utils/geo-decls.h>
23+
#include<utils/nabstime.h>
24+
#include<utils/rel.h>
2525

2626
/*
2727
*Defined in adt/

‎src/include/utils/catcache.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: catcache.h,v 1.3 1996/11/0407:59:39 scrappy Exp $
9+
* $Id: catcache.h,v 1.4 1996/11/0411:51:15 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -15,10 +15,10 @@
1515

1616
/* #defineCACHEDEBUG turns DEBUG elogs on */
1717

18-
#include<utils/rel.h>
19-
#include<nodes/memnodes.h>
20-
#include<lib/dllist.h>
2118
#include<access/htup.h>
19+
#include<lib/dllist.h>
20+
#include<nodes/memnodes.h>
21+
#include<utils/rel.h>
2222

2323
/*
2424
*struct catctup:tuples in the cache.

‎src/include/utils/excid.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: excid.h,v 1.2 1996/10/31 09:51:15 scrappy Exp $
9+
* $Id: excid.h,v 1.3 1996/11/04 11:51:16 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefEXCID_H
1414
#defineEXCID_H
1515

16-
#include"utils/exc.h"/* for Exception */
1716

1817
externExceptionFailedAssertion;
1918
externExceptionBadState;

‎src/include/utils/fmgrtab.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: fmgrtab.h,v 1.2 1996/10/31 09:51:17 scrappy Exp $
9+
* $Id: fmgrtab.h,v 1.3 1996/11/04 11:51:17 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefFMGRTAB_H
1414
#defineFMGRTAB_H
1515

16-
#include"fmgr.h"/* genearated by Gen_fmgrtab.sh */
1716

1817
typedefstruct {
1918
Oidproid;

‎src/include/utils/inval.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: inval.h,v 1.2 1996/10/31 09:51:21 scrappy Exp $
9+
* $Id: inval.h,v 1.3 1996/11/04 11:51:18 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefINVAL_H
1414
#defineINVAL_H
1515

16-
#include"access/htup.h"
17-
#include"utils/rel.h"
16+
#include<access/htup.h>
17+
#include<utils/rel.h>
1818

1919
externvoidDiscardInvalid(void);
2020

‎src/include/utils/lselect.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: lselect.h,v 1.2 1996/10/31 09:51:23 scrappy Exp $
9+
* $Id: lselect.h,v 1.3 1996/11/04 11:51:19 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefLSELECT_H
1414
#defineLSELECT_H
1515

16-
#include"access/htup.h"
16+
#include<stdio.h>
17+
#include<access/htup.h>
1718

1819
structleftist {
1920
shortlt_dist;/* distance to leaf/empty node */

‎src/include/utils/lsyscache.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: lsyscache.h,v 1.1 1996/08/28 01:59:08 scrappy Exp $
9+
* $Id: lsyscache.h,v 1.2 1996/11/04 11:51:20 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefLSYSCACHE_H
1414
#defineLSYSCACHE_H
1515

16-
#include"access/htup.h"
16+
#include<access/attnum.h>
17+
#include<access/htup.h>
1718

1819
externboolop_class(Oidopid,int32opclass,Oidamopid);
1920
externchar*get_attname(Oidrelid,AttrNumberattnum);

‎src/include/utils/mcxt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: mcxt.h,v 1.3 1996/11/03 08:17:34 scrappy Exp $
9+
* $Id: mcxt.h,v 1.4 1996/11/04 11:51:21 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefMCXT_H
1414
#defineMCXT_H
1515

16-
#include"nodes/memnodes.h"
16+
#include<nodes/memnodes.h>
1717

1818
externMemoryContextCurrentMemoryContext;
1919
externMemoryContextTopMemoryContext;

‎src/include/utils/portal.h

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: portal.h,v 1.2 1996/10/31 09:51:29 scrappy Exp $
9+
* $Id: portal.h,v 1.3 1996/11/04 11:51:22 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -25,13 +25,10 @@
2525
#ifndefPORTAL_H
2626
#definePORTAL_H
2727

28-
29-
#include"nodes/execnodes.h"/* for EState */
30-
#include"nodes/memnodes.h"
31-
#include"nodes/nodes.h"
32-
#include"nodes/pg_list.h"
33-
#include"nodes/plannodes.h"/* for Plan */
34-
#include"executor/execdesc.h"
28+
#include<executor/execdesc.h>
29+
#include<lib/fstack.h>
30+
#include<nodes/memnodes.h>
31+
#include<utils/memutils.h>
3532

3633
typedefstructPortalBlockData {
3734
AllocSetDatasetData;

‎src/include/utils/psort.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: psort.h,v 1.1 1996/08/28 01:59:20 scrappy Exp $
9+
* $Id: psort.h,v 1.2 1996/11/04 11:51:23 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefPSORT_H
1414
#definePSORT_H
1515

16+
#include<stdio.h>
17+
#include<access/relscan.h>
18+
1619
#defineSORTMEM(1 << 18)/* 1/4 M - any static memory */
1720
#defineMAXTAPES7/* 7--See Fig. 70, p273 */
1821
#defineTAPEEXT"pg_psort.XXXXXX"/* TEMPDIR/TAPEEXT */
@@ -39,10 +42,6 @@ externRelationSortRdesc;
3942
externstructleftist*Tuples;
4043

4144
#ifdefEBUG
42-
#include<stdio.h>
43-
#include"utils/elog.h"
44-
#include"storage/buf.h"
45-
#include"storage/bufmgr.h"
4645

4746
#definePDEBUG(PROC,S1)\
4847
elog(DEBUG, "%s:%d>> PROC: %s.", __FILE__, __LINE__, S1)

‎src/include/utils/rel.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: rel.h,v 1.6 1996/11/0407:46:06 scrappy Exp $
9+
* $Id: rel.h,v 1.7 1996/11/0411:51:24 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefREL_H
1414
#defineREL_H
1515

16+
#include<catalog/pg_am.h>
17+
#include<catalog/pg_class.h>
1618
#include<access/strat.h>
17-
#include<rewrite/prs2lock.h>
1819
#include<access/tupdesc.h>
19-
#include<catalog/pg_class.h>
20-
#include<catalog/pg_am.h>
20+
#include<rewrite/prs2lock.h>
2121
#include<storage/fd.h>
2222

2323
typedefstructRelationData {

‎src/include/utils/rel2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: rel2.h,v 1.1 1996/08/28 01:59:22 scrappy Exp $
9+
* $Id: rel2.h,v 1.2 1996/11/04 11:51:25 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefTMP_REL2_H
1414
#defineTMP_REL2_H
1515

16-
#include"access/istrat.h"
16+
#include<utils/rel.h>
1717

1818
externIndexStrategyRelationGetIndexStrategy(Relationrelation);
1919

‎src/include/utils/relcache.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: relcache.h,v 1.2 1996/10/31 09:51:30 scrappy Exp $
9+
* $Id: relcache.h,v 1.3 1996/11/04 11:51:26 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefRELCACHE_H
1414
#defineRELCACHE_H
1515

16-
#include<sys/types.h>
17-
18-
#include"utils/rel.h"
16+
#include<utils/rel.h>
1917

2018
/*
2119
* relation lookup routines

‎src/include/utils/syscache.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: syscache.h,v 1.3 1996/10/31 05:58:01 momjian Exp $
9+
* $Id: syscache.h,v 1.4 1996/11/04 11:51:27 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefSYSCACHE_H
1414
#defineSYSCACHE_H
1515

16-
#include"access/attnum.h"
17-
#include"access/htup.h"
16+
#include<access/attnum.h>
17+
#include<access/htup.h>
1818

1919
/*#define CACHEDEBUG*//* turns DEBUG elogs on */
2020

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp