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:44:49
Message-ID: 20050706224449.BA4D75285C@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, and adds a
small regression test for error and warning output - the new regression
input and expected output are in separate attached files.

Andrew Dunstan

Modified Files:
--------------
pgsql/src/pl/plperl:
GNUmakefile (r1.23 -> r1.24)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/GNUmakefile.diff?r1=1.23&r2=1.24)
plperl.c (r1.80 -> r1.81)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.80&r2=1.81)

Added Files:
-----------
pgsql/src/pl/plperl/expected:
plperl_elog.out (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/expected/plperl_elog.out?rev=1.1&content-type=text/x-cvsweb-markup)
pgsql/src/pl/plperl/sql:
plperl_elog.sql (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/sql/plperl_elog.sql?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-07 04:36:08 pgsql: pg_column_size() cleanup for messages and code cleanup.
Previous Message Bruce Momjian 2005-07-06 22:33:39 pgsql: Currently, nonfatal warnings are not trapped (as they should be)