forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitab84d0f
committed
Trial fix for old cross-version upgrades.
Per buildfarm and reports, it seems that 9.X to 18 upgrades werefailing after commit1fd1bd8 due to an incorrect regex. Loosen theregex to accommodate older versions.Reported-by: vignesh C <vignesh21@gmail.com>Reported-by: Andrew Dunstan <andrew@dunslane.net>Discussion:https://postgr.es/m/CALDaNm3GUs+U8Nt4S=V5zmb+K8-RfAc03vRENS0teeoq0Lc6Tw@mail.gmail.comDiscussion:https://postgr.es/m/ea4cbbc1-c5a5-43d1-9618-8ff3f2155bfe@dunslane.net1 parent8e4d725 commitab84d0f
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 |
| - | |
| 299 | + | |
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
| |||
633 | 633 |
| |
634 | 634 |
| |
635 | 635 |
| |
636 |
| - | |
| 636 | + | |
637 | 637 |
| |
638 | 638 |
| |
639 | 639 |
| |
|
0 commit comments
Comments
(0)