forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita5d489c
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.Michael Paquier, reviewed by Pavel Stehule1 parentac50f84 commita5d489c
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 |
| |
| |||
15521 | 15522 |
| |
15522 | 15523 |
| |
15523 | 15524 |
| |
| 15525 | + | |
15524 | 15526 |
| |
15525 | 15527 |
| |
15526 | 15528 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2136 | 2136 |
| |
2137 | 2137 |
| |
2138 | 2138 |
| |
| 2139 | + | |
2139 | 2140 |
| |
2140 | 2141 |
| |
2141 | 2142 |
| |
|
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)