Change plpgsql compiler so that all elogs are trapped and a suitable

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2f1c24cb1cec952a3a59a9b3a3500fa0e34e474f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-10-09T15:59:56Z
Releases: 7.2.1
Change plpgsql compiler so that all elogs are trapped and a suitable
NOTICE added about error location (same method already used by plpgsql
executor).  Add checking of pg_proc row xmin/cmin to ensure that
plpgsql functions will be recompiled after they've been modified by
CREATE OR REPLACE FUNCTION.

Files