- Notifications
You must be signed in to change notification settings - Fork28
Commitf8c4d7d
committed
Restructure some header files a bit, in particular heapam.h, by removing some
unnecessary #include lines in it. Also, move some tuple routine prototypes andmacros to htup.h, which allows removal of heapam.h inclusion from some .cfiles.For this to work, a new header file access/sysattr.h needed to be created,initially containing attribute numbers of system columns, for pg_dump usage.While at it, make contrib ltree, intarray and hstore header files moreconsistent with our header style.1 parenta86a9bf commitf8c4d7d
File tree
153 files changed
+541
-385
lines changed- contrib
- hstore
- intagg
- intarray
- ltree
- pageinspect
- pg_freespacemap
- pgrowlocks
- pgstattuple
- src
- backend
- access
- common
- gin
- gist
- hash
- heap
- index
- nbtree
- transam
- bootstrap
- catalog
- commands
- executor
- optimizer
- path
- prep
- util
- parser
- postmaster
- rewrite
- storage
- buffer
- ipc
- tcop
- tsearch
- utils
- adt
- cache
- fmgr
- init
- misc
- mmgr
- resowner
- sort
- bin/pg_dump
- include
- access
- parser
- rewrite
- storage
- utils
- pl
- plpgsql/src
- plpython
- tcl
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
153 files changed
+541
-385
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 |
| |
2 | 5 |
| |
3 | 6 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 7 | + | |
13 | 8 |
| |
14 | 9 |
| |
15 | 10 |
| |
| |||
53 | 48 |
| |
54 | 49 |
| |
55 | 50 |
| |
56 |
| - | |
| 51 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 |
| |
3 | 6 |
| |
4 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 |
| |
6 | 12 |
| |
7 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 |
| |
3 | 6 |
| |
4 | 7 |
| |
| 8 | + | |
5 | 9 |
| |
6 | 10 |
| |
| 11 | + | |
| 12 | + | |
7 | 13 |
| |
8 | 14 |
| |
9 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 |
| |
3 | 7 |
| |
| 8 | + | |
| 9 | + | |
4 | 10 |
| |
5 | 11 |
| |
6 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 |
| |
4 | 7 |
| |
5 |
| - | |
6 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 |
| |
8 | 13 |
| |
9 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
24 | 22 |
| |
25 | 23 |
| |
26 | 24 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 | 4 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 | 5 |
| |
17 | 6 |
| |
18 | 7 |
| |
| |||
173 | 162 |
| |
174 | 163 |
| |
175 | 164 |
| |
176 |
| - | |
| 165 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 |
| |
2 | 6 |
| |
3 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 |
| |
2 | 7 |
| |
3 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 |
| |
2 | 7 |
| |
3 | 8 |
| |
|
0 commit comments
Comments
(0)