python - be: Don't turn on assert checking by default. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Don't turn on assert checking by default.
Date
Msg-id 20070409075151.3567F217516@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Don't turn on assert checking by default.

Currently, Postgres Assert() is used. If the target Postgres was not compiled
with asserts as well, there will be a missing symbol.

Modified Files:
--------------
    be:
        setup.cfg (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/setup.cfg.diff?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Fix spelling: SYMETRIC -> SYMMETRIC
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Remove 'teop' namespace module.