File tree Expand file tree Collapse file tree 16 files changed +67
-67
lines changed Expand file tree Collapse file tree 16 files changed +67
-67
lines changed Original file line number Diff line number Diff line change 5
5
6
6
#include "access/gist.h"
7
7
#include "access/itup.h"
8
+ #include "utils/builtins.h"
8
9
#include "utils/elog.h"
9
10
#include "utils/palloc.h"
10
- #include "utils/builtins.h"
11
11
#include "storage/bufpage.h"
12
12
13
13
/* options */
Original file line number Diff line number Diff line change 6
6
*/
7
7
#include "postgres.h"
8
8
9
+
9
10
#include "access/gist.h"
10
11
#include "access/itup.h"
11
- #include "utils/builtins.h"
12
- #include "storage/bufpage.h"
13
- #include "executor/spi.h"
12
+ #include "catalog/namespace.h"
14
13
#include "commands/trigger.h"
14
+ #include "executor/spi.h"
15
15
#include "nodes/pg_list.h"
16
- #include "catalog/namespace .h"
17
-
16
+ #include "storage/bufpage .h"
17
+ #include "utils/builtins.h"
18
18
#include "utils/pg_locale.h"
19
19
#include "mb/pg_wchar.h"
20
20
Original file line number Diff line number Diff line change 4
4
*/
5
5
#include "postgres.h"
6
6
7
+
7
8
#include "access/gist.h"
8
9
#include "access/itup.h"
9
- #include "utils/builtins.h"
10
- #include "storage/bufpage.h"
11
- #include "executor/spi.h"
10
+ #include "catalog/namespace.h"
12
11
#include "commands/trigger.h"
12
+ #include "executor/spi.h"
13
13
#include "nodes/pg_list.h"
14
- #include "catalog/namespace .h"
15
-
14
+ #include "storage/bufpage .h"
15
+ #include "utils/builtins.h"
16
16
#include "utils/pg_locale.h"
17
17
18
18
#include "tsvector.h"
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/access/heap/tuptoaster.c,v 1.60 2006/06/16 18:42:21 tgl Exp $
11
+ * $PostgreSQL: pgsql/src/backend/access/heap/tuptoaster.c,v 1.61 2006/07/11 18:26:10 momjian Exp $
12
12
*
13
13
*
14
14
* INTERFACE ROUTINES
30
30
#include <unistd.h>
31
31
#include <fcntl.h>
32
32
33
- #include "access/heapam.h"
34
33
#include "access/genam.h"
34
+ #include "access/heapam.h"
35
35
#include "access/tuptoaster.h"
36
36
#include "catalog/catalog.h"
37
- #include "utils/rel.h"
38
37
#include "utils/builtins.h"
39
38
#include "utils/fmgroids.h"
40
39
#include "utils/pg_lzcompress.h"
40
+ #include "utils/rel.h"
41
41
#include "utils/typcache.h"
42
42
43
43
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/commands/tablecmds.c,v 1.193 2006/07/10 22:10:39 tgl Exp $
11
+ * $PostgreSQL: pgsql/src/backend/commands/tablecmds.c,v 1.194 2006/07/11 18:26:10 momjian Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
45
45
#include "optimizer/prep.h"
46
46
#include "parser/analyze.h"
47
47
#include "parser/gramparse.h"
48
- #include "parser/parser.h"
49
48
#include "parser/parse_clause.h"
50
49
#include "parser/parse_coerce.h"
51
50
#include "parser/parse_expr.h"
52
51
#include "parser/parse_oper.h"
53
52
#include "parser/parse_relation.h"
54
53
#include "parser/parse_type.h"
54
+ #include "parser/parser.h"
55
55
#include "rewrite/rewriteHandler.h"
56
56
#include "storage/smgr.h"
57
57
#include "utils/acl.h"
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/commands/typecmds.c,v 1.92 2006/07/02 02:23:19 momjian Exp $
11
+ * $PostgreSQL: pgsql/src/backend/commands/typecmds.c,v 1.93 2006/07/11 18:26:10 momjian Exp $
12
12
*
13
13
* DESCRIPTION
14
14
* The "DefineFoo" routines take the parse tree and pick out the
31
31
*/
32
32
#include "postgres.h"
33
33
34
- #include "access/heapam.h"
35
34
#include "access/genam.h"
35
+ #include "access/heapam.h"
36
36
#include "catalog/dependency.h"
37
37
#include "catalog/heap.h"
38
38
#include "catalog/indexing.h"
Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/backend/optimizer/plan/subselect.c,v 1.108 2006/06/28 20:04:38 tgl Exp $
10
+ * $PostgreSQL: pgsql/src/backend/optimizer/plan/subselect.c,v 1.109 2006/07/11 18:26:10 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
23
23
#include "optimizer/planner.h"
24
24
#include "optimizer/subselect.h"
25
25
#include "optimizer/var.h"
26
- #include "parser/parsetree.h"
27
26
#include "parser/parse_expr.h"
28
27
#include "parser/parse_relation.h"
28
+ #include "parser/parsetree.h"
29
29
#include "rewrite/rewriteManip.h"
30
30
#include "utils/builtins.h"
31
31
#include "utils/lsyscache.h"
Original file line number Diff line number Diff line change 18
18
*
19
19
*
20
20
* IDENTIFICATION
21
- * $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.26 2006/06/27 22:16:43 momjian Exp $
21
+ * $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.27 2006/07/11 18:26:10 momjian Exp $
22
22
*
23
23
*-------------------------------------------------------------------------
24
24
*/
33
33
34
34
#include "libpq/pqsignal.h"
35
35
#include "miscadmin.h"
36
+ #include "pgtime.h"
36
37
#include "postmaster/fork_process.h"
37
38
#include "postmaster/postmaster.h"
38
39
#include "postmaster/syslogger.h"
39
- #include "pgtime.h"
40
40
#include "storage/ipc.h"
41
41
#include "storage/pg_shmem.h"
42
42
#include "utils/guc.h"
Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/tcop/utility.c,v 1.259 2006/07/02 02:23:21 momjian Exp $
13
+ * $PostgreSQL: pgsql/src/backend/tcop/utility.c,v 1.260 2006/07/11 18:26:11 momjian Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
24
24
#include "commands/async.h"
25
25
#include "commands/cluster.h"
26
26
#include "commands/comment.h"
27
- #include "commands/copy.h"
28
27
#include "commands/conversioncmds.h"
28
+ #include "commands/copy.h"
29
29
#include "commands/dbcommands.h"
30
30
#include "commands/defrem.h"
31
31
#include "commands/explain.h"
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/utils/adt/varchar.c,v 1.116 2006/05/21 20:05:19 tgl Exp $
11
+ * $PostgreSQL: pgsql/src/backend/utils/adt/varchar.c,v 1.117 2006/07/11 18:26:11 momjian Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
15
15
#include "postgres.h"
16
16
17
+
17
18
#include "access/hash.h"
18
19
#include "catalog/pg_type.h"
19
20
#include "lib/stringinfo.h"
22
23
#include "utils/array.h"
23
24
#include "utils/builtins.h"
24
25
#include "utils/fmgroids.h"
25
-
26
26
#include "mb/pg_wchar.h"
27
27
28
28
You can’t perform that action at this time.
0 commit comments