- Notifications
You must be signed in to change notification settings - Fork28
Commit063ff92
committed
pg_rewind: Fix busted sanity check.
As written, the code would only fail the sanity check if none of thecolumns returned by the server were of the expected type, but we wantit to fail if even one column is not of the expected type.Discussion:http://postgr.es/m/CA+TgmoYuY5zW7JEs+1hSS1D=V5K8h1SQuESrq=bMNeo0B71Sfw@mail.gmail.com1 parent8bf58c0 commit063ff92
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
272 |
| - | |
273 |
| - | |
| 272 | + | |
| 273 | + | |
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
|
0 commit comments
Comments
(0)