- Notifications
You must be signed in to change notification settings - Fork5
Commita7b5573
committed
Remove separate version numbering for ecpg preprocessor.
Once upon a time, it made sense for the ecpg preprocessor to have itsown version number, because it used a manually-maintained grammar thatwasn't always in sync with the core grammar. But those days arethankfully long gone, leaving only a maintenance nuisance behind.Let's use the PG v10 version numbering changeover as an excuse to getrid of the ecpg version number and just have ecpg identify itself byPG_VERSION. From the user's standpoint, ecpg will go from "4.12" inthe 9.6 branch to "10" in the 10 branch, so there's no failure ofmonotonicity.Discussion: <1471332659.4410.67.camel@postgresql.org>1 parent9b002cc commita7b5573
File tree
4 files changed
+8
-18
lines changed- src
- interfaces/ecpg/preproc
- tools
- msvc
4 files changed
+8
-18
lines changedLines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 | 18 |
| |
23 |
| - | |
24 |
| - | |
| 19 | + | |
25 | 20 |
| |
26 | 21 |
| |
27 |
| - | |
| 22 | + | |
28 | 23 |
| |
29 | 24 |
| |
30 | 25 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
154 |
| - | |
| 153 | + | |
155 | 154 |
| |
156 | 155 |
| |
157 | 156 |
| |
| |||
264 | 263 |
| |
265 | 264 |
| |
266 | 265 |
| |
267 |
| - | |
268 |
| - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
| |||
440 | 440 |
| |
441 | 441 |
| |
442 | 442 |
| |
443 |
| - | |
| 443 | + | |
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
88 | 87 |
| |
89 |
| - | |
90 | 88 |
| |
91 | 89 |
| |
92 | 90 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
272 |
| - | |
273 |
| - | |
274 |
| - | |
275 | 272 |
| |
276 | 273 |
| |
277 | 274 |
| |
|
0 commit comments
Comments
(0)