From: Billy G. A. <bg...@mu...> - 2002-12-23 05:42:30
|
Michael Engelhart wrote: > Hi - > i'm running pyPgSQL 2.3 on Mac OS X 10.2.2, PostgreSQL 7.3, and Python > 2.2 > > When doing any SELECT, UPDATE, INSERT or DELETE operations on the > database I get the following database warning errors: > > WARNING: PerformPortalClose: portal "pgsql_0061be10" not found > WARNING: Closing pre-existing portal "PgSQL_0061BE10" > WARNING: PerformPortalClose: portal "pgsql_0061be10" not found > WARNING: PerformPortalClose: portal "pgsql_006e0460" not found > > > These do not occur when I access the database using the psql CLI > application. > > Everything appears to work as it should even with these warnings but > they certainly are preventing me from releasing a production system > until I can figure out what is causing this. > > I have already posted this to postgresql-general but Bruce Mojiam > seemed to think it was related to the Python interface since he was > unable to make it occur with any of the other Python interfaces. > > Any ideas? Here is the patch to correct the problem. CVS will be updated shortly. |