- Notifications
You must be signed in to change notification settings - Fork28
Commit0fe2160
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 parentd86a2b7 commit0fe2160
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
273 |
| - | |
274 |
| - | |
| 273 | + | |
| 274 | + | |
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
|
0 commit comments
Comments
(0)