kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 6122affe22bf676eed0f544e421c53699aa7a2e2
parent 978cb0ab79c9c939c35996f34f7d835f9c671831
Author: Joris Vink <joris@sanctorum.se>
Date:   Sun,  8 Dec 2024 14:58:16 +0100

ugh, typo

Diffstat:
src/pgsql.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pgsql.c b/src/pgsql.c @@ -789,7 +789,7 @@ pgsql_read_result(struct kore_pgsql *pgsql) case PGRES_SINGLE_TUPLE: #endif #if PG_VERSION_NUM >= 170000 - case PGRES_TUPLE_CHUNK: + case PGRES_TUPLES_CHUNK: #endif pgsql->state = KORE_PGSQL_STATE_RESULT; break;