mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Handle PGRES_PIPELINE_* for PQResult()
This commit is contained in:
parent
c68eb0c705
commit
fa97544f01
@ -772,6 +772,8 @@ pgsql_read_result(struct kore_pgsql *pgsql)
|
||||
}
|
||||
|
||||
switch (PQresultStatus(pgsql->result)) {
|
||||
case PGRES_PIPELINE_SYNC:
|
||||
case PGRES_PIPELINE_ABORTED:
|
||||
case PGRES_COPY_OUT:
|
||||
case PGRES_COPY_IN:
|
||||
case PGRES_NONFATAL_ERROR:
|
||||
|
Loading…
x
Reference in New Issue
Block a user