forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e1c942
committed
pg_upgrade: Upgrade an Assert to a real 'if' test
It seems possible for the condition being tested to be true inproduction, and nobody would never know (except when some dataeventually becomes corrupt?).Author: Álvaro Herrera <alvherre@alvh.no-ip.org>Discussion:https://postgr.es/m//202109040001.zky3wgv2qeqg@alvherre.pgsql1 parent5917671 commit3e1c942
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
106 | 108 |
| |
107 | 109 |
| |
108 | 110 |
| |
|
0 commit comments
Comments
(0)