python - rc: Fix for 2.4.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - rc: Fix for 2.4.
Date: 2007-02-26 15:26:17
Message-ID: 20070226152617.6B25321729A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix for 2.4.

2.4 appears to unconditionally expand latter parts of (x and y or z).
This is a problem if the index does not exist. ugh.

Modified Files:
--------------
rc/src:
renv.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/rc/src/renv.py.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-02-26 15:39:23 python - rc: :..
Previous Message James William Pye 2007-02-26 15:05:33 python - be: Allow empty queries.