forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9be95ef
committed
Fix bogus logic for checking executables' versions within pg_upgrade.
Somebody messed up a refactoring here. As it stood, we'd check pg_ctl's--version output twice for each cluster. Worse, the first check for thenew cluster's version happened before we'd done any validate_exec checksthere, breaking the check ordering the code intended.A. AkentevaDiscussion:https://postgr.es/m/f9266a85d918a3cf3a386b5148aee666@postgrespro.ru1 parent20d9ada commit9be95ef
1 file changed
+4
-5
lines changedLines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
382 | 382 |
| |
383 | 383 |
| |
384 | 384 |
| |
385 |
| - | |
386 |
| - | |
387 |
| - | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
388 | 388 |
| |
389 |
| - | |
390 |
| - | |
| 389 | + | |
391 | 390 |
| |
392 | 391 |
| |
393 | 392 |
| |
|
0 commit comments
Comments
(0)