forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit32dd2c1
committed
Fix version check in 002_pg_upgrade.pl.
Commitf696c0c tried to account for the version in a way thatincludes development versions, but it was broken. Fix with suggestionfrom Tom Lane.Discussion:https://postgr.es/m/1553991.1710191312@sss.pgh.pa.usReported-by: Tom Lane1 parent6ee3261 commit32dd2c1
1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 | 95 |
| |
100 | 96 |
| |
101 | 97 |
| |
| |||
118 | 114 |
| |
119 | 115 |
| |
120 | 116 |
| |
121 |
| - | |
| 117 | + | |
122 | 118 |
| |
123 | 119 |
| |
124 |
| - | |
| 120 | + | |
125 | 121 |
| |
126 | 122 |
| |
127 | 123 |
| |
|
0 commit comments
Comments
(0)