From 10e28c2ec35994536efdd6a90045c7843ca68a60 Mon Sep 17 00:00:00 2001 From: Andrew Davison Date: Fri, 4 Aug 2023 13:32:38 +1000 Subject: [PATCH] Work on out-of-memory checking (avoid some auto-fails), re issue #246 --- src/query.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/query.c b/src/query.c index 46438785b..f4aafbaa5 100644 --- a/src/query.c +++ b/src/query.c @@ -1606,6 +1606,7 @@ bool start(query *q) q->run_hook = false; if (q->is_oom) { + check_pressure(q); q->is_oom = q->error = false; if (!q->did_throw)