pgsql: Add a check for trigger function with declared arguments.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a check for trigger function with declared arguments.
Date: 2005-07-06 16:42:10
Message-ID: 20050706164210.C25825288B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a check for trigger function with declared arguments. This path
could not be reached before, but now that there is a plpgsql validator
function, it can be. Check is needed to prevent core dump reported by
Satoshi Nagayasu. Besides, this gives a more specific and useful
error message for a fairly common novice error.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
pl_comp.c (r1.91 -> r1.92)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_comp.c.diff?r1=1.91&r2=1.92)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpavlin 2005-07-06 16:45:28 pgestraier - pgestraier: converted documentation to pod
Previous Message Tom Lane 2005-07-06 16:26:00 pgsql: Save and restore errno across bindtextdomain call, per