Skip to content

Commit cf369b8

Browse files
author
Antonin Houska
committed
Added call of CHECK_FOR_INTERRUPTS().
This is due to merging the related core changes into the pgstatapprox.c module.
1 parent 3ec74c0 commit cf369b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pgstatapprox.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ statapprox_heap(Relation rel, output_type *stat)
9797
maxoff;
9898
Size freespace;
9999

100+
CHECK_FOR_INTERRUPTS();
101+
100102
/*
101103
* If the page has only visible tuples, then we can find out the free
102104
* space from the FSM and move on.

0 commit comments

Comments
 (0)