Thread: python - be: Don't turn on assert checking by default.

python - be: Don't turn on assert checking by default.

From
jwp@pgfoundry.org (James William Pye)
Date:
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)