Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: pgadmin goes to infinite loop



On Thu, Jul 16, 2009 at 10:46 AM, Madis Pärn<madis(at)jawilla(dot)com> wrote:
> i set the loglevel to DEBUG, but did not find any relevant errors. log is
> attached.
>
> only error occured after I closed the main window (with vs debugger showing
> exception occurring somewhere in wx string replace function).

The only issue that springs to mind looking at the code and your log
is that it's possible for the access check query to run whilst the
main query thread is running, though the window in which that may be a
problem is really, really tiny. Still, the attached patch should
resolve that - please test.

Thanks.

-- 
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

Attachment: edit-interlock.diff
Description: Binary data



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group