forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd0587f5
committed
Fix up recent breakage of headerscheck and cpluspluscheck.
headerscheck and cpluspluscheck should skip the recently-addedcmdtaglist.h header, since (like kwlist.h and some other similarly-designed headers) it's not meant to be included standalone.evtcache.h was missing an #include to support its usage of Bitmapset.typecmds.h was missing an #include to support its usage of ParseState.The first two of these were evidently oversights in commit2f96613.I didn't track down exactly which change broke typecmds.h, but itmust have been some rearrangement in one of its existing inclusions,because it's referenced ParseState for quite a long time and therewere not complaints from these checking programs before.1 parentcb2fd7e commitd0587f5
File tree
5 files changed
+5
-2
lines changed- src
- include
- commands
- tcop
- utils
- tools/pginclude
5 files changed
+5
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
110 | 111 |
| |
111 | 112 |
| |
112 | 113 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
| 106 | + | |
106 | 107 |
| |
107 | 108 |
| |
108 | 109 |
| |
|
0 commit comments
Comments
(0)