forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit32a85ee
committed
Don't fail on libpq-generated error reports in pg_amcheck.
An error PGresult generated by libpq itself, such as a report ofconnection loss, won't have broken-down error fields.should_processing_continue() blithely assumed thatPG_DIAG_SEVERITY_NONLOCALIZED would always be present, and woulddump core if it wasn't.Per grepping to see if6d157e7's mistake was repeated elsewhere.1 parenta5dbca4 commit32a85ee
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
958 | 958 |
| |
959 | 959 |
| |
960 | 960 |
| |
| 961 | + | |
| 962 | + | |
961 | 963 |
| |
962 | 964 |
| |
963 | 965 |
| |
|
0 commit comments
Comments
(0)