Commit 97d85be
committed
Make the order of the header file includes consistent
Similar to commit 7e73503.
Author: Richard Guo <guofenglinux@gmail.com>
Reviewed-by: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAMbWs4-WhpCFMbXCjtJ%2BFzmjfPrp7Hw1pk4p%2BZpU95Kh3ofZ1A%40mail.gmail.com1 parent 97d4262 commit 97d85beCopy full SHA for 97d85be
File tree
Expand file treeCollapse file tree
58 files changed
+69
-69
lines changedOpen diff view settings
Filter options
- contrib
- pageinspect
- postgres_fdw
- uuid-ossp
- src
- backend
- access
- brin
- common
- hash
- heap
- spgist
- transam
- backup
- catalog
- commands
- optimizer/util
- parser
- postmaster
- replication/logical
- rewrite
- statistics
- storage
- ipc
- sync
- utils
- activity
- adt
- error
- mb
- misc
- mmgr
- sort
- bin
- pg_basebackup
- pg_combinebackup
- pg_dump
- pg_upgrade
- pg_walsummary
- interfaces/ecpg/test
- pl/plpython
- test/modules
- injection_points
- ldap_password_func
- test_dsa
- worker_spi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
58 files changed
+69
-69
lines changedOpen diff view settings
Collapse file
contrib/pageinspect/gistfuncs.c
Copy file name to clipboardExpand all lines: contrib/pageinspect/gistfuncs.c+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | 24 | |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
|
Collapse file
contrib/postgres_fdw/deparse.c
Copy file name to clipboardExpand all lines: contrib/postgres_fdw/deparse.c+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
| 50 | + |
50 | 51 | |
51 | 52 | |
52 | 53 | |
| ||
60 | 61 | |
61 | 62 | |
62 | 63 | |
63 | | - |
64 | 64 | |
65 | 65 | |
66 | 66 | |
|
Collapse file
contrib/uuid-ossp/uuid-ossp.c
Copy file name to clipboardExpand all lines: contrib/uuid-ossp/uuid-ossp.c+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
17 | 16 | |
18 | 17 | |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
|
Collapse file
src/backend/access/brin/brin_bloom.c
Copy file name to clipboardExpand all lines: src/backend/access/brin/brin_bloom.c+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
114 | 114 | |
115 | 115 | |
116 | 116 | |
117 | | - |
| 117 | + |
| 118 | + |
118 | 119 | |
119 | 120 | |
120 | 121 | |
121 | 122 | |
| 123 | + |
122 | 124 | |
123 | 125 | |
124 | 126 | |
125 | | - |
126 | 127 | |
| 128 | + |
127 | 129 | |
128 | 130 | |
129 | 131 | |
130 | 132 | |
131 | | - |
132 | | - |
133 | 133 | |
134 | 134 | |
135 | 135 | |
|
Collapse file
src/backend/access/brin/brin_minmax_multi.c
Copy file name to clipboardExpand all lines: src/backend/access/brin/brin_minmax_multi.c+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
59 | 59 | |
60 | 60 | |
61 | 61 | |
62 | | - |
63 | 62 | |
64 | 63 | |
65 | 64 | |
| 65 | + |
| 66 | + |
66 | 67 | |
67 | 68 | |
68 | | - |
69 | | - |
70 | 69 | |
71 | 70 | |
| 71 | + |
72 | 72 | |
73 | 73 | |
74 | 74 | |
|
Collapse file
src/backend/access/common/printsimple.c
Copy file name to clipboardExpand all lines: src/backend/access/common/printsimple.c+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | 23 | |
| 24 | + |
25 | 25 | |
26 | 26 | |
27 | 27 | |
|
Collapse file
src/backend/access/hash/hash.c
Copy file name to clipboardExpand all lines: src/backend/access/hash/hash.c+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
31 | 30 | |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
|
Collapse file
src/backend/access/heap/pruneheap.c
Copy file name to clipboardExpand all lines: src/backend/access/heap/pruneheap.c+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
27 | 26 | |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | 30 | |
|
Collapse file
src/backend/access/spgist/spgtextproc.c
Copy file name to clipboardExpand all lines: src/backend/access/spgist/spgtextproc.c+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | | - |
44 | 43 | |
| 44 | + |
45 | 45 | |
46 | 46 | |
47 | 47 | |
|
Collapse file
src/backend/access/transam/xlogarchive.c
Copy file name to clipboardExpand all lines: src/backend/access/transam/xlogarchive.c+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
30 | 29 | |
| 30 | + |
31 | 31 | |
32 | 32 | |
33 | 33 | |
|
0 commit comments