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

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Don't turn on assert checking by default.
Date: 2007-04-09 07:51:51
Message-ID: 20070409075151.3567F217516@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-04-09 07:56:16 python - be: Remove 'teop' namespace module.
Previous Message Peter Eisentraut 2007-04-09 07:40:23 pgsql: Fix spelling: SYMETRIC -> SYMMETRIC