We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5931737 commit bbfa1c3Copy full SHA for bbfa1c3
src/backend/executor/execQual.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/executor/execQual.c,v 1.188 2006/03/05 15:58:26 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/executor/execQual.c,v 1.189 2006/03/10 01:51:23 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -1280,6 +1280,8 @@ ExecMakeTableFunctionResult(ExprState *funcexpr,
1280
Datum result;
1281
HeapTuple tuple;
1282
1283
+ CHECK_FOR_INTERRUPTS();
1284
+
1285
/*
1286
* reset per-tuple memory context before each call of the function or
1287
* expression. This cleans up any local memory the function may leak
0 commit comments