pgsql: Currently, nonfatal warnings are not trapped (as they should be)

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Currently, nonfatal warnings are not trapped (as they should be)
Date: 2005-07-06 22:33:39
Message-ID: 20050706223339.96758528CE@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Currently, nonfatal warnings are not trapped (as they should be) by
plperl - the attached small patch remedies that omission.

Andrew Dunstan

Modified Files:
--------------
pgsql/src/pl/plperl:
GNUmakefile (r1.22 -> r1.23)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/GNUmakefile.diff?r1=1.22&r2=1.23)
plperl.c (r1.79 -> r1.80)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.79&r2=1.80)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-06 22:44:49 pgsql: Currently, nonfatal warnings are not trapped (as they should be)
Previous Message Bruce Momjian 2005-07-06 21:40:10 pgsql: Complete zic patch backout by removing NO_PGPORT workaround.