mirror of
https://github.com/jorisvink/kore
synced 2025-03-08 19:19:02 -05: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:
|
||||
#if PG_VERSION_NUM >= 90200
|
||||
case PGRES_SINGLE_TUPLE:
|
||||
#endif
|
||||
#if PG_VERSION_NUM >= 170000
|
||||
case PGRES_TUPLE_CHUNK:
|
||||
#endif
|
||||
pgsql->state = KORE_PGSQL_STATE_RESULT;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user