forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3f94796
committed
Silence Bison deprecation warnings
Bison >=3.0 issues warnings about %name-prefix="base_yy"instead of the now preferred %name-prefix "base_yy"but the latter doesn't work with Bison 2.3 or less. So for now wesilence the deprecation warnings.Back-patch to 9.2 and 9.3 -- the newer branches already have this fix.Author: Peter EisentrautDiscussion:https://postgr.es/m/677.1483384145%40sss.pgh.pa.us1 parent4983222 commit3f94796
2 files changed
+16
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 |
| |
27 | 35 |
| |
28 | 36 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7401 | 7401 |
| |
7402 | 7402 |
| |
7403 | 7403 |
| |
| 7404 | + | |
| 7405 | + | |
| 7406 | + | |
| 7407 | + | |
| 7408 | + | |
| 7409 | + | |
| 7410 | + | |
| 7411 | + | |
7404 | 7412 |
| |
7405 | 7413 |
| |
7406 | 7414 |
| |
|
0 commit comments
Comments
(0)