forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8e0c76b
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 parentc714ebd commit8e0c76b
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
109 | 113 |
| |
110 | 114 |
| |
111 | 115 |
| |
|
0 commit comments
Comments
(0)