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

Commitf7f2e18

Browse files
committed
Remove tqual.h includes not needed.
1 parent1409819 commitf7f2e18

File tree

25 files changed

+44
-50
lines changed

25 files changed

+44
-50
lines changed

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

Lines changed: 1 addition & 2 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.27 1997/10/25 01:08:45 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.28 1997/11/24 05:07:42 momjian Exp $
1111
*
1212
* NOTES
1313
* some of the executor utility code such as "ExecTypeFromTL" should be
@@ -24,7 +24,6 @@
2424
#include<nodes/parsenodes.h>
2525
#include<utils/builtins.h>
2626
#include<utils/fcache.h>
27-
#include<utils/tqual.h>
2827
#include<utils/syscache.h>
2928

3029
#ifndefHAVE_MEMMOVE

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include<storage/bufpage.h>
2525
#include<storage/lmgr.h>
2626
#include<utils/syscache.h>
27+
#include<utils/tqual.h>
2728

2829
#ifndefHAVE_MEMMOVE
2930
#include<regex/utils.h>

‎src/backend/bootstrap/bootparse.y

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.6 1997/11/21 18:04:03 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.7 1997/11/24 05:07:54 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -35,7 +35,6 @@
3535
#include"storage/off.h"
3636
#include"storage/itemptr.h"
3737
#include"access/htup.h"
38-
#include"utils/tqual.h"
3938
#include"nodes/parsenodes.h"
4039

4140
#include"access/xact.h"

‎src/backend/bootstrap/bootscanner.l

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.7 1997/09/08 03:19:53 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.8 1997/11/24 05:07:56 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -39,7 +39,6 @@
3939
#include"nodes/primnodes.h"
4040
#include"utils/nabstime.h"
4141
#include"access/htup.h"
42-
#include"utils/tqual.h"
4342
#include"nodes/parsenodes.h"
4443

4544
#include"parser/scansup.h"

‎src/backend/bootstrap/bootstrap.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.28 1997/11/20 23:20:33 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.29 1997/11/24 05:08:01 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -40,7 +40,6 @@
4040
#include"storage/itemptr.h"
4141
#include"utils/nabstime.h"
4242
#include"access/htup.h"
43-
#include"utils/tqual.h"
4443
#include"storage/buf.h"
4544
#include"access/relscan.h"
4645
#include"access/heapam.h"

‎src/backend/catalog/heap.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.32 1997/11/21 18:04:11 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.33 1997/11/24 05:08:07 momjian Exp $
1111
*
1212
* INTERFACE ROUTINES
1313
*heap_creatr()- Create an uncataloged heap relation
@@ -51,6 +51,7 @@
5151
#include<utils/builtins.h>
5252
#include<utils/mcxt.h>
5353
#include<utils/relcache.h>
54+
#include<utils/tqual.h>
5455
#include<nodes/plannodes.h>
5556
#ifndefHAVE_MEMMOVE
5657
#include<regex/utils.h>

‎src/backend/catalog/index.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.28 1997/11/21 19:59:28 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.29 1997/11/24 05:08:11 momjian Exp $
1111
*
1212
*
1313
* INTERFACE ROUTINES
@@ -30,18 +30,19 @@
3030
#include<fmgr.h>
3131
#include<access/genam.h>
3232
#include<access/heapam.h>
33-
#include<utils/builtins.h>
33+
#include<storage/lmgr.h>
34+
#include<miscadmin.h>
3435
#include<access/xact.h>
3536
#include<parser/catalog_utils.h>
3637
#include<storage/smgr.h>
37-
#include<storage/lmgr.h>
38-
#include<miscadmin.h>
38+
#include<utils/builtins.h>
3939
#include<utils/mcxt.h>
4040
#include<utils/relcache.h>
41+
#include<utils/syscache.h>
42+
#include<utils/tqual.h>
4143
#include<bootstrap/bootstrap.h>
4244
#include<catalog/catname.h>
4345
#include<catalog/catalog.h>
44-
#include<utils/syscache.h>
4546
#include<catalog/indexing.h>
4647
#include<catalog/heap.h>
4748
#include<catalog/index.h>

‎src/backend/catalog/pg_operator.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/catalog/pg_operator.c,v 1.15 1997/11/20 23:20:49 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/catalog/pg_operator.c,v 1.16 1997/11/24 05:08:15 momjian Exp $
1111
*
1212
* NOTES
1313
* these routines moved here from commands/define.c and somewhat cleaned up.
@@ -18,6 +18,7 @@
1818

1919
#include<catalog/pg_proc.h>
2020
#include<utils/syscache.h>
21+
#include<utils/tqual.h>
2122
#include<access/heapam.h>
2223
#include<parser/catalog_utils.h>
2324
#include<catalog/catname.h>

‎src/backend/catalog/pg_type.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/catalog/pg_type.c,v 1.12 1997/11/20 23:20:50 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/catalog/pg_type.c,v 1.13 1997/11/24 05:08:17 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -18,6 +18,7 @@
1818
#include<access/heapam.h>
1919
#include<access/relscan.h>
2020
#include<utils/builtins.h>
21+
#include<utils/tqual.h>
2122
#include<fmgr.h>
2223
#include<parser/catalog_utils.h>
2324
#include<catalog/catname.h>

‎src/backend/executor/execMain.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
*
2828
* IDENTIFICATION
29-
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.32 1997/11/21 18:10:06 momjian Exp $
29+
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.33 1997/11/24 05:08:20 momjian Exp $
3030
*
3131
*-------------------------------------------------------------------------
3232
*/
@@ -42,6 +42,7 @@
4242
#include"utils/palloc.h"
4343
#include"utils/acl.h"
4444
#include"utils/syscache.h"
45+
#include"utils/tqual.h"
4546
#include"parser/parsetree.h"/* rt_fetch() */
4647
#include"storage/bufmgr.h"
4748
#include"storage/lmgr.h"

‎src/backend/parser/parse_query.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/parse_query.c,v 1.24 1997/11/21 18:10:55 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/parse_query.c,v 1.25 1997/11/24 05:08:27 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -18,7 +18,6 @@
1818

1919
#include"fmgr.h"
2020
#include"access/heapam.h"
21-
#include"utils/tqual.h"
2221
#include"access/tupmacs.h"
2322
#include"utils/builtins.h"
2423
#include"utils/elog.h"

‎src/backend/rewrite/rewriteRemove.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteRemove.c,v 1.6 1997/11/20 23:22:37 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteRemove.c,v 1.7 1997/11/24 05:08:40 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -20,7 +20,6 @@
2020
#include"utils/syscache.h"
2121
#include"utils/elog.h"/* for elog stuff */
2222
#include"utils/palloc.h"
23-
#include"utils/tqual.h"/* 'NowTimeQual' defined here.. */
2423
#include"access/heapam.h"/* heap AM calls defined here */
2524
#include"fmgr.h"/* for CHAR_16_EQ */
2625

‎src/backend/storage/lmgr/lmgr.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lmgr.c,v 1.8 1997/09/08 21:47:19 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lmgr.c,v 1.9 1997/11/24 05:08:43 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -26,7 +26,6 @@
2626
#include"access/htup.h"
2727
#include"access/relscan.h"
2828
#include"access/skey.h"
29-
#include"utils/tqual.h"
3029
#include"access/xact.h"
3130

3231
#include"storage/block.h"

‎src/backend/tcop/aclchk.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/tcop/Attic/aclchk.c,v 1.18 1997/11/20 23:22:50 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/tcop/Attic/aclchk.c,v 1.19 1997/11/24 05:08:47 momjian Exp $
1111
*
1212
* NOTES
1313
* See acl.h.
@@ -33,6 +33,7 @@
3333
#include"catalog/pg_proc.h"
3434
#include"catalog/pg_user.h"
3535
#include"utils/syscache.h"
36+
#include"utils/tqual.h"
3637
#include"parser/catalog_utils.h"
3738
#include"fmgr.h"
3839

‎src/backend/utils/adt/acl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.19 1997/11/01 05:21:38 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.20 1997/11/24 05:08:54 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -17,8 +17,8 @@
1717

1818
#include<utils/memutils.h>
1919
#include"utils/acl.h"
20-
#include"catalog/pg_user.h"
2120
#include"utils/syscache.h"
21+
#include"catalog/pg_user.h"
2222
#include"miscadmin.h"
2323

2424
staticchar*getid(char*s,char*n);

‎src/backend/utils/adt/selfuncs.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* IDENTIFICATION
15-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.11 1997/11/20 23:23:03 momjian Exp $
15+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.12 1997/11/24 05:09:03 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -22,7 +22,6 @@
2222
#include"postgres.h"
2323

2424
#include"access/heapam.h"
25-
#include"utils/tqual.h"/* for NowTimeQual */
2625
#include"fmgr.h"
2726
#include"utils/builtins.h"/* for textout() prototype and where the
2827
* declarations go */

‎src/backend/utils/adt/sets.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/sets.c,v 1.8 1997/11/20 23:23:05 momjian Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/sets.c,v 1.9 1997/11/24 05:09:04 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -26,6 +26,7 @@
2626
#include"catalog/indexing.h"/* for Num_pg_proc_indices */
2727
#include"storage/lmgr.h"
2828
#include"utils/sets.h"/* for GENERICSETNAME */
29+
#include"utils/tqual.h"
2930
#include"tcop/dest.h"
3031
#include"fmgr.h"
3132

‎src/backend/utils/cache/catcache.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.17 1997/11/20 23:23:08 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.18 1997/11/24 05:09:09 momjian Exp $
1111
*
1212
* Notes:
1313
*XXX This needs to use exception.h to handle recovery when
@@ -19,18 +19,18 @@
1919
#include"postgres.h"
2020
#include"access/heapam.h"
2121
#include"access/genam.h"
22-
#include"utils/builtins.h"
2322
#include"utils/tqual.h"
24-
#include"storage/bufpage.h"
25-
#include"access/valid.h"
26-
#include"miscadmin.h"
23+
#include"utils/builtins.h"
2724
#include"utils/portal.h"
2825
#include"utils/catcache.h"
29-
#include"fmgr.h"/* for F_BOOLEQ, etc. DANGER */
3026
#include"utils/elog.h"
3127
#include"utils/palloc.h"
3228
#include"utils/mcxt.h"
3329
#include"utils/rel.h"
30+
#include"storage/bufpage.h"
31+
#include"access/valid.h"
32+
#include"miscadmin.h"
33+
#include"fmgr.h"/* for F_BOOLEQ, etc. DANGER */
3434
#include"catalog/pg_type.h"/* for OID of int28 type */
3535
#include"lib/dllist.h"
3636

‎src/backend/utils/init/globals.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.16 1997/11/15 20:57:27 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.17 1997/11/24 05:09:13 momjian Exp $
1111
*
1212
* NOTES
1313
* Globals used all over the place should be declared here and not
@@ -28,7 +28,6 @@
2828

2929
#include<storage/backendid.h>
3030
#include"access/heapam.h"
31-
#include"utils/tqual.h"
3231
#include"storage/sinval.h"
3332
#include"storage/sinvaladt.h"
3433
#include"storage/lmgr.h"

‎src/backend/utils/init/postinit.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.19 1997/11/18 07:58:10 vadim Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.20 1997/11/24 05:09:17 momjian Exp $
1111
*
1212
* NOTES
1313
*InitPostgres() is the function called from PostgresMain
@@ -48,7 +48,6 @@
4848
#include"access/xact.h"
4949
#include"storage/bufmgr.h"
5050
#include"access/transam.h"/* XXX dependency problem */
51-
#include"utils/tqual.h"
5251
#include"utils/syscache.h"
5352
#include"storage/bufpage.h"/* for page layout, for InitMyDatabaseInfo() */
5453
#include"storage/sinval.h"

‎src/backend/utils/sort/psort.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/utils/sort/Attic/psort.c,v 1.27 1997/10/25 01:10:52 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/sort/Attic/psort.c,v 1.28 1997/11/24 05:09:21 momjian Exp $
1111
*
1212
* NOTES
1313
*Sorts the first relation into the second relation.
@@ -46,8 +46,6 @@
4646
#include"access/htup.h"
4747
#include"access/relscan.h"
4848
#include"access/skey.h"
49-
#include"utils/tqual.h"/* for NowTimeQual */
50-
5149
#include"storage/buf.h"
5250
#include"storage/bufmgr.h"/* for BLCKSZ */
5351
#include"utils/portal.h"/* for {Start,End}PortalAllocMode */

‎src/backend/utils/time/tqual.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/time/tqual.c,v 1.10 1997/11/20 23:23:20 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/time/tqual.c,v 1.11 1997/11/24 05:09:24 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -22,7 +22,6 @@
2222
#include"access/transam.h"
2323
#include"utils/elog.h"
2424
#include"utils/palloc.h"
25-
2625
#include"utils/tqual.h"
2726

2827
externboolPostgresIsInitialized;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp