forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite8e1f96
committed
Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/
The files generated by gen_node_support.pl for query jumbling(queryjumblefuncs.funcs.c and queryjumblefuncs.switch.c) were not beingremoved on make maintainer-clean (they need to remain around after asimple "clean"). This commit makes the operation consistent with thecopy, equal, out and read files.While on it, update a comment in the nodes'README where a reference toqueryjumblefuncs.funcs.c was missing.Reported-by: Nathan BossartReviewed-by: Richard Guo, Daniel GustafssonDiscussion:https://postgr.es/m/ZBgAfTHcL6W7zGdW@paquier.xyz1 parentb94c671 commite8e1f96
2 files changed
+6
-5
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
98 | 99 |
| |
99 | 100 |
| |
100 | 101 |
| |
101 |
| - | |
| 102 | + |
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
|
0 commit comments
Comments
(0)