- Notifications
You must be signed in to change notification settings - Fork5.2k
Commitb27644b
committed
Sync typedefs.list with the buildfarm.
Our maintenance of typedefs.list has been a little haphazard(and apparently we can't alphabetize worth a darn). Replacethe file with the authoritative list from our buildfarm, andrun pgindent using that.I also updated the additions/exclusions lists in pgindent wherenecessary to keep pgindent from messing things up significantly.Notably, now that regex_t and some related names are macros not realtypedefs, we have to whitelist them explicitly. The exclusions listhas also drifted noticeably, presumably due to changes of systemheaders on the buildfarm animals that contribute to the list.Unlike in prior years, I've not manually added typedef names thatare missing from the buildfarm's list because they are not used todeclare any variables or fields. So there are a few places wherethe typedef declaration itself is formatted worse than before,e.g. typedef enum IoMethod. I could preserve the names that weremanually added to the list previously, but I'd really prefer to finda less manual way of dealing with these cases. A quick grep findsabout 75 such symbols, most of which have never gotten any specialtreatment.Per discussion among pgsql-release, doing this now seems appropriateeven though we're still a week or two away from making the v18 branch.1 parent6d64800 commitb27644b
File tree
16 files changed
+116
-84
lines changed- src
- backend/utils/adt
- include
- access
- executor
- storage
- tcop
- utils
- pl/plpython
- test/modules/test_aio
- tools/pgindent
16 files changed
+116
-84
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments
Comments
(0)