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

Commit0ff3461

Browse files
committed
Alphabetically order reference to include files, "N" - "S".
1 parent3a534ad commit0ff3461

File tree

24 files changed

+56
-54
lines changed

24 files changed

+56
-54
lines changed

‎contrib/dbmirror/pending.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************
22
* pending.c
3-
* $Id: pending.c,v 1.25 2006/05/30 22:12:12 tgl Exp $
4-
* $PostgreSQL: pgsql/contrib/dbmirror/pending.c,v 1.25 2006/05/30 22:12:12 tgl Exp $
3+
* $Id: pending.c,v 1.26 2006/07/11 17:26:58 momjian Exp $
4+
* $PostgreSQL: pgsql/contrib/dbmirror/pending.c,v 1.26 2006/07/11 17:26:58 momjian Exp $
55
*
66
* This file contains a trigger for Postgresql-7.x to record changes to tables
77
* to a pending table for mirroring.
@@ -33,6 +33,7 @@
3333
#include"postgres.h"
3434

3535
#include"executor/spi.h"
36+
3637
#include"commands/sequence.h"
3738
#include"commands/trigger.h"
3839
#include"utils/lsyscache.h"

‎contrib/pgstattuple/pgstattuple.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.c,v 1.22 2006/07/06 02:18:07 momjian Exp $
2+
* $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.c,v 1.23 2006/07/11 17:26:58 momjian Exp $
33
*
44
* Copyright (c) 2001,2002Tatsuo Ishii
55
*
@@ -26,10 +26,10 @@
2626

2727
#include"fmgr.h"
2828
#include"funcapi.h"
29-
#include"access/heapam.h"
30-
#include"access/nbtree.h"
3129
#include"access/gist_private.h"
3230
#include"access/hash.h"
31+
#include"access/heapam.h"
32+
#include"access/nbtree.h"
3333
#include"access/transam.h"
3434
#include"catalog/namespace.h"
3535
#include"utils/builtins.h"

‎contrib/spi/refint.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#include"executor/spi.h"/* this is what you need to work with SPI */
7+
78
#include"commands/trigger.h"/* -"- and triggers */
89
#include<ctype.h>
910

‎contrib/tsearch2/query_gist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include"postgres.h"
22

3-
#include"storage/bufpage.h"
43
#include"access/skey.h"
4+
#include"storage/bufpage.h"
55
#include"access/gist.h"
66

77
#include"query.h"

‎src/backend/access/transam/rmgr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
*
44
* Resource managers definition
55
*
6-
* $PostgreSQL: pgsql/src/backend/access/transam/rmgr.c,v 1.22 2006/05/02 11:28:54 teodor Exp $
6+
* $PostgreSQL: pgsql/src/backend/access/transam/rmgr.c,v 1.23 2006/07/11 17:26:58 momjian Exp $
77
*/
88
#include"postgres.h"
99

1010
#include"access/clog.h"
11+
#include"access/gin.h"
1112
#include"access/gist_private.h"
1213
#include"access/hash.h"
1314
#include"access/heapam.h"
1415
#include"access/multixact.h"
1516
#include"access/nbtree.h"
16-
#include"access/gin.h"
1717
#include"access/xact.h"
1818
#include"access/xlog_internal.h"
1919
#include"commands/dbcommands.h"

‎src/backend/catalog/pg_constraint.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/catalog/pg_constraint.c,v 1.31 2006/03/05 15:58:23 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/catalog/pg_constraint.c,v 1.32 2006/07/11 17:26:58 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
1515
#include"postgres.h"
1616

17-
#include"access/heapam.h"
1817
#include"access/genam.h"
18+
#include"access/heapam.h"
1919
#include"catalog/catalog.h"
2020
#include"catalog/dependency.h"
2121
#include"catalog/indexing.h"

‎src/backend/catalog/pg_conversion.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/catalog/pg_conversion.c,v 1.30 2006/05/30 13:36:30 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/catalog/pg_conversion.c,v 1.31 2006/07/11 17:26:58 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -17,16 +17,16 @@
1717
#include"access/heapam.h"
1818
#include"catalog/dependency.h"
1919
#include"catalog/indexing.h"
20+
#include"catalog/namespace.h"
2021
#include"catalog/pg_conversion.h"
2122
#include"catalog/pg_namespace.h"
2223
#include"catalog/pg_proc.h"
23-
#include"catalog/namespace.h"
24+
#include"mb/pg_wchar.h"
2425
#include"utils/builtins.h"
25-
#include"utils/lsyscache.h"
26-
#include"utils/syscache.h"
2726
#include"utils/catcache.h"
28-
#include"mb/pg_wchar.h"
2927
#include"utils/fmgroids.h"
28+
#include"utils/lsyscache.h"
29+
#include"utils/syscache.h"
3030
#include"utils/acl.h"
3131
#include"miscadmin.h"
3232

‎src/backend/catalog/pg_depend.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/catalog/pg_depend.c,v 1.20 2006/03/05 15:58:23 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/catalog/pg_depend.c,v 1.21 2006/07/11 17:26:58 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
1515
#include"postgres.h"
1616

1717
#include"access/genam.h"
1818
#include"access/heapam.h"
19-
#include"catalog/indexing.h"
2019
#include"catalog/dependency.h"
20+
#include"catalog/indexing.h"
2121
#include"catalog/pg_depend.h"
2222
#include"miscadmin.h"
2323
#include"utils/fmgroids.h"

‎src/backend/catalog/pg_proc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/catalog/pg_proc.c,v 1.138 2006/03/05 15:58:23 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/catalog/pg_proc.c,v 1.139 2006/07/11 17:26:58 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -23,8 +23,8 @@
2323
#include"catalog/pg_type.h"
2424
#include"executor/functions.h"
2525
#include"funcapi.h"
26-
#include"miscadmin.h"
2726
#include"mb/pg_wchar.h"
27+
#include"miscadmin.h"
2828
#include"parser/parse_type.h"
2929
#include"tcop/pquery.h"
3030
#include"tcop/tcopprot.h"

‎src/backend/catalog/pg_shdepend.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/catalog/pg_shdepend.c,v 1.9 2006/05/04 16:07:29 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/catalog/pg_shdepend.c,v 1.10 2006/07/11 17:26:58 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
1515
#include"postgres.h"
1616

1717
#include"access/genam.h"
1818
#include"access/heapam.h"
19-
#include"utils/acl.h"
2019
#include"catalog/dependency.h"
2120
#include"catalog/indexing.h"
2221
#include"catalog/pg_authid.h"
@@ -36,6 +35,7 @@
3635
#include"commands/typecmds.h"
3736
#include"lib/stringinfo.h"
3837
#include"miscadmin.h"
38+
#include"utils/acl.h"
3939
#include"utils/fmgroids.h"
4040
#include"utils/syscache.h"
4141

‎src/backend/commands/prepare.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Copyright (c) 2002-2006, PostgreSQL Global Development Group
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/commands/prepare.c,v 1.55 2006/07/03 22:45:38 tgl Exp $
13+
* $PostgreSQL: pgsql/src/backend/commands/prepare.c,v 1.56 2006/07/11 17:26:58 momjian Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -22,8 +22,8 @@
2222
#include"commands/prepare.h"
2323
#include"executor/executor.h"
2424
#include"funcapi.h"
25-
#include"parser/parsetree.h"
2625
#include"optimizer/planner.h"
26+
#include"parser/parsetree.h"
2727
#include"rewrite/rewriteHandler.h"
2828
#include"tcop/pquery.h"
2929
#include"tcop/tcopprot.h"

‎src/backend/commands/proclang.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/backend/commands/proclang.c,v 1.65 2006/06/16 20:23:44 adunstan Exp $
10+
* $PostgreSQL: pgsql/src/backend/commands/proclang.c,v 1.66 2006/07/11 17:26:58 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -23,8 +23,8 @@
2323
#include"catalog/pg_pltemplate.h"
2424
#include"catalog/pg_proc.h"
2525
#include"catalog/pg_type.h"
26-
#include"commands/proclang.h"
2726
#include"commands/defrem.h"
27+
#include"commands/proclang.h"
2828
#include"fmgr.h"
2929
#include"miscadmin.h"
3030
#include"parser/gramparse.h"

‎src/backend/commands/sequence.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/commands/sequence.c,v 1.134 2006/07/03 22:45:38 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/commands/sequence.c,v 1.135 2006/07/11 17:26:58 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -18,8 +18,8 @@
1818
#include"catalog/namespace.h"
1919
#include"catalog/pg_type.h"
2020
#include"commands/defrem.h"
21-
#include"commands/tablecmds.h"
2221
#include"commands/sequence.h"
22+
#include"commands/tablecmds.h"
2323
#include"miscadmin.h"
2424
#include"nodes/makefuncs.h"
2525
#include"utils/acl.h"

‎src/backend/optimizer/plan/planagg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/optimizer/plan/planagg.c,v 1.16 2006/07/01 18:38:33 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/optimizer/plan/planagg.c,v 1.17 2006/07/11 17:26:58 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -24,9 +24,9 @@
2424
#include"optimizer/paths.h"
2525
#include"optimizer/planmain.h"
2626
#include"optimizer/subselect.h"
27-
#include"parser/parsetree.h"
2827
#include"parser/parse_clause.h"
2928
#include"parser/parse_expr.h"
29+
#include"parser/parsetree.h"
3030
#include"utils/lsyscache.h"
3131
#include"utils/syscache.h"
3232

‎src/backend/optimizer/plan/planner.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/optimizer/plan/planner.c,v 1.201 2006/07/01 18:38:33 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/optimizer/plan/planner.c,v 1.202 2006/07/11 17:26:58 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -23,9 +23,6 @@
2323
#include"executor/nodeAgg.h"
2424
#include"miscadmin.h"
2525
#include"nodes/makefuncs.h"
26-
#ifdefOPTIMIZER_DEBUG
27-
#include"nodes/print.h"
28-
#endif
2926
#include"optimizer/clauses.h"
3027
#include"optimizer/cost.h"
3128
#include"optimizer/pathnode.h"
@@ -36,9 +33,12 @@
3633
#include"optimizer/subselect.h"
3734
#include"optimizer/tlist.h"
3835
#include"optimizer/var.h"
39-
#include"parser/parsetree.h"
36+
#ifdefOPTIMIZER_DEBUG
37+
#include"nodes/print.h"
38+
#endif
4039
#include"parser/parse_expr.h"
4140
#include"parser/parse_oper.h"
41+
#include"parser/parsetree.h"
4242
#include"utils/selfuncs.h"
4343
#include"utils/syscache.h"
4444

‎src/backend/optimizer/util/plancat.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/optimizer/util/plancat.c,v 1.119 2006/03/05 15:58:31 momjian Exp $
12+
* $PostgreSQL: pgsql/src/backend/optimizer/util/plancat.c,v 1.120 2006/07/11 17:26:58 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -20,17 +20,17 @@
2020
#include"access/genam.h"
2121
#include"access/heapam.h"
2222
#include"catalog/pg_amop.h"
23-
#include"catalog/pg_inherits.h"
2423
#include"catalog/pg_index.h"
24+
#include"catalog/pg_inherits.h"
2525
#include"nodes/makefuncs.h"
2626
#include"optimizer/clauses.h"
2727
#include"optimizer/plancat.h"
2828
#include"optimizer/predtest.h"
2929
#include"optimizer/prep.h"
3030
#include"optimizer/tlist.h"
31-
#include"parser/parsetree.h"
3231
#include"parser/parse_expr.h"
3332
#include"parser/parse_relation.h"
33+
#include"parser/parsetree.h"
3434
#include"rewrite/rewriteManip.h"
3535
#include"utils/builtins.h"
3636
#include"utils/fmgroids.h"

‎src/backend/rewrite/rewriteManip.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/backend/rewrite/rewriteManip.c,v 1.99 2006/04/30 18:30:39 tgl Exp $
10+
* $PostgreSQL: pgsql/src/backend/rewrite/rewriteManip.c,v 1.100 2006/07/11 17:26:59 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -17,9 +17,9 @@
1717
#include"nodes/makefuncs.h"
1818
#include"optimizer/clauses.h"
1919
#include"optimizer/tlist.h"
20-
#include"parser/parsetree.h"
2120
#include"parser/parse_coerce.h"
2221
#include"parser/parse_relation.h"
22+
#include"parser/parsetree.h"
2323
#include"rewrite/rewriteManip.h"
2424
#include"utils/lsyscache.h"
2525

‎src/backend/tcop/pquery.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/tcop/pquery.c,v 1.102 2006/06/27 02:51:39 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/tcop/pquery.c,v 1.103 2006/07/11 17:26:59 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -19,8 +19,8 @@
1919
#include"commands/trigger.h"
2020
#include"executor/executor.h"
2121
#include"miscadmin.h"
22-
#include"tcop/tcopprot.h"
2322
#include"tcop/pquery.h"
23+
#include"tcop/tcopprot.h"
2424
#include"tcop/utility.h"
2525
#include"utils/guc.h"
2626
#include"utils/memutils.h"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/utils/adt/pgstatfuncs.c,v 1.30 2006/06/19 01:51:21 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/utils/adt/pgstatfuncs.c,v 1.31 2006/07/11 17:26:59 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -20,9 +20,9 @@
2020
#include"miscadmin.h"
2121
#include"nodes/execnodes.h"
2222
#include"pgstat.h"
23+
#include"utils/builtins.h"
2324
#include"utils/hsearch.h"
2425
#include"utils/inet.h"
25-
#include"utils/builtins.h"
2626
#include"libpq/ip.h"
2727

2828
/* bogus ... these externs should be in a header file */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp