Skip to content

Commit

Permalink
Update nodeBitmapHeapscan.c
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke authored Nov 6, 2024
1 parent dec8e9b commit 227ee4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/backend/executor/nodeBitmapHeapscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,6 @@ BitmapHeapNext(BitmapHeapScanState *node)

if (tbmres == NULL || tbmres->ntuples == 0)
{
CHECK_FOR_INTERRUPTS();

if (QueryFinishPending)
return NULL;

Expand Down

0 comments on commit 227ee4d

Please sign in to comment.