-
+
PL/pgSQL - SQL Procedural Language
value to be assigned to the specified variable (which should be
of the right data type to receive it). The currently available
status items are ROW_COUNT>, the number of rows
- processed by the last
SQL command sent
down to
+ processed by the last
SQL command sent to
the
SQL engine, and
RESULT_OID>,
the OID of the last row inserted by the most recent
SQL command. Note that
RESULT_OID>
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.237 2009/04/02 01:16:11 tgl Exp $
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.238 2009/04/02 19:20:45 momjian Exp $
*
*-------------------------------------------------------------------------
*/
exec_set_found(estate, n != 0);
}
+ estate->eval_processed = n;
+
return PLPGSQL_RC_OK;
}