python - be: Add Python warnings.showwarning overload. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Add Python warnings.showwarning overload.
Date
Msg-id 20050715153040.3E5AA6B9806@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add Python warnings.showwarning overload.

This makes Python warnings.warn('foo') emit an ereport(WARNING,()).

Modified Files:
--------------
    be/src:
        pl.c (r1.21 -> r1.22)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.21&r2=1.22)

pgsql-committers by date:

Previous
From: agoldshuv@pgfoundry.org (User Agoldshuv)
Date:
Subject: bizgres - bizgres: Changed user visible references from "DG Loader" to
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)'