1
0

Update module lib/pq to v1.4.0 (#428)

Update module lib/pq to v1.4.0

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/428
This commit is contained in:
renovate
2020-04-22 10:16:38 +00:00
committed by konrad
parent dece744685
commit f0792cfb0b
11 changed files with 104 additions and 111 deletions

4
vendor/github.com/lib/pq/copy.go generated vendored
View File

@ -152,7 +152,9 @@ func (ci *copyin) resploop() {
case 'C':
// complete
case 'N':
// NoticeResponse
if n := ci.cn.noticeHandler; n != nil {
n(parseError(&r))
}
case 'Z':
ci.cn.processReadyForQuery(&r)
ci.done <- true