index aeb5d365b495a3eb976bae9439ccd078c203d078..f4088616f2637ff20ec6a411e22f4a98b1497663 100644 (file)
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.215 2008年05月15日 22:39:49 tgl Exp $
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.216 2008年05月16日 18:34:51 tgl Exp $
*
*-------------------------------------------------------------------------
*/
bool *isNull,
Oid *rettype)
{
- Datum result;
+ Datum result = 0;
int rc;
/*