mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
pgsql: postgresql 17 added PGRES_TUPLE_CHUNK.
This commit is contained in:
parent
d3afe09d4e
commit
978cb0ab79
@ -787,6 +787,9 @@ pgsql_read_result(struct kore_pgsql *pgsql)
|
|||||||
case PGRES_TUPLES_OK:
|
case PGRES_TUPLES_OK:
|
||||||
#if PG_VERSION_NUM >= 90200
|
#if PG_VERSION_NUM >= 90200
|
||||||
case PGRES_SINGLE_TUPLE:
|
case PGRES_SINGLE_TUPLE:
|
||||||
|
#endif
|
||||||
|
#if PG_VERSION_NUM >= 170000
|
||||||
|
case PGRES_TUPLE_CHUNK:
|
||||||
#endif
|
#endif
|
||||||
pgsql->state = KORE_PGSQL_STATE_RESULT;
|
pgsql->state = KORE_PGSQL_STATE_RESULT;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user