ugh, typo

This commit is contained in:
Joris Vink 2024-12-08 14:58:16 +01:00
parent 978cb0ab79
commit 6122affe22

View File

@ -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;