forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit60c38e6
committed
Make numeric form of PG version number readily available in Makefiles.
Expose PG_VERSION_NUM (e.g., "90600") as a Make variable; but forconsistency with the other Make variables holding similar info,call the variable just VERSION_NUM not PG_VERSION_NUM.There was some discussion of making this value available as a pg_configvalue as well. However, that would entail substantially more work thanthis two-line patch. Given that there was not exactly universal consensusthat we need this at all, let's just do a minimal amount of work for now.Back-patch of commita5d489c, so that thisvariable is actually useful for its intended purpose sometime before 2020.Michael Paquier, reviewed by Pavel Stehule1 parent4a1944e commit60c38e6
3 files changed
+4
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
627 | 627 |
| |
628 | 628 |
| |
629 | 629 |
| |
| 630 | + | |
630 | 631 |
| |
631 | 632 |
| |
632 | 633 |
| |
| |||
15056 | 15057 |
| |
15057 | 15058 |
| |
15058 | 15059 |
| |
| 15060 | + | |
15059 | 15061 |
| |
15060 | 15062 |
| |
15061 | 15063 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2022 | 2022 |
| |
2023 | 2023 |
| |
2024 | 2024 |
| |
| 2025 | + | |
2025 | 2026 |
| |
2026 | 2027 |
| |
2027 | 2028 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
0 commit comments
Comments
(0)