diff --git a/src/backend/commands/analyze.c b/src/backend/commands/analyze.c
index 62774a90fc034534544a29e3783d6115c331e769..1a4c27b91c3d4ba54ad340867503c6e6d93f66c2 100644
--- a/src/backend/commands/analyze.c
+++ b/src/backend/commands/analyze.c
@@ -738,6 +738,8 @@ compute_index_stats(Relation onerel, double totalrows,
 		{
 			HeapTuple	heapTuple = rows[rowno];
 
+			vacuum_delay_point();
+
 			/*
 			 * Reset the per-tuple context each time, to reclaim any cruft
 			 * left behind by evaluating the predicate or index expressions.