mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
ugh, typo
This commit is contained in:
parent
978cb0ab79
commit
6122affe22
@ -789,7 +789,7 @@ pgsql_read_result(struct kore_pgsql *pgsql)
|
|||||||
case PGRES_SINGLE_TUPLE:
|
case PGRES_SINGLE_TUPLE:
|
||||||
#endif
|
#endif
|
||||||
#if PG_VERSION_NUM >= 170000
|
#if PG_VERSION_NUM >= 170000
|
||||||
case PGRES_TUPLE_CHUNK:
|
case PGRES_TUPLES_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