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