forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit615f5f6
committed
Stop including parsenodes.h in plannodes.h
I added it by mistake in commit7103ebb. To clean up, structMergeAction needs to be moved to primnodes.h from parsenodes.h. (Thisforces us to also move OverridingKind to primnodes.h).Having to add parsenodes.h to bootstrap.h as fallout is a bitsurprising, since nothing nominally needs it there. However, percomments in bootscanner.l, it is needed so that YYSTYPE can be declared.I think this only started with commitdac048f, but I didn'tactually verify that.In passing, stop including parsenodes.h in tcopprot.h. Nothing needs itthere.Per discussion on a patch by Ashutosh Bapat.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/202311071106.6y7b2ascqjlz@alvherre.pgsql1 parent3c551eb commit615f5f6
File tree
6 files changed
+29
-26
lines changed- src
- backend/utils/adt
- include
- bootstrap
- nodes
- tcop
6 files changed
+29
-26
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
Lines changed: 0 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 | 33 |
| |
41 | 34 |
| |
42 | 35 |
| |
| |||
1681 | 1674 |
| |
1682 | 1675 |
| |
1683 | 1676 |
| |
1684 |
| - | |
1685 |
| - | |
1686 |
| - | |
1687 |
| - | |
1688 |
| - | |
1689 |
| - | |
1690 |
| - | |
1691 |
| - | |
1692 |
| - | |
1693 |
| - | |
1694 |
| - | |
1695 |
| - | |
1696 |
| - | |
1697 |
| - | |
1698 |
| - | |
1699 |
| - | |
1700 |
| - | |
1701 | 1677 |
| |
1702 | 1678 |
| |
1703 | 1679 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
|
Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
25 | 33 |
| |
26 | 34 |
| |
27 | 35 |
| |
| |||
1718 | 1726 |
| |
1719 | 1727 |
| |
1720 | 1728 |
| |
| 1729 | + | |
| 1730 | + | |
| 1731 | + | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
| 1735 | + | |
| 1736 | + | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
1721 | 1748 |
| |
1722 | 1749 |
| |
1723 | 1750 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
|
0 commit comments
Comments
(0)