(x)
| 810 | } |
| 811 | |
| 812 | function ErrorResponse(x) { |
| 813 | if (query) { |
| 814 | (query.cursorFn || query.describeFirst) && write(Sync) |
| 815 | errorResponse = Errors.postgres(parseError(x)) |
| 816 | } else { |
| 817 | errored(Errors.postgres(parseError(x))) |
| 818 | } |
| 819 | } |
| 820 | |
| 821 | function retry(q, error) { |
| 822 | delete statements[q.signature] |
nothing calls this directly
no test coverage detected