Skip to content

Commit

Permalink
Work on out-of-memory checking (avoid some auto-fails), re issue #246
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Aug 4, 2023
1 parent c00ca9a commit 10e28c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/query.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 10e28c2

Please sign in to comment.