[pgadmin-hackers] Debian Testing and PLPG-Debugger error. My fault or something else?

2016-02-16 Thread TimeTravelDuck
Hello everybody. On a Debian testing 32 bit with PostgreSQL 9.5 installed from the PostgreSQL "Jessie" official repository I have installed the debugger for debugging Pl/PGSql functions. Same thing with PgAdminIII 1.22 installed from the same repository. Everything is fine but when I click "debug

Re: [pgadmin-hackers] pgAdmin III: Muliple SQL tabs

2016-02-16 Thread Sergey Busel
Dave, I still could not recreate the crash in my environment. But I have modified the way tabs are closed. Tabs are no longer being removed/deleted from the code, that task is now left for AuiNotebook when the window is closed. Again, it works for me without crashes. I am testing with up to 15, 20

[pgadmin-hackers] pgAdmin III commit: Prevent a crash in some situtions where the databas

2016-02-16 Thread Dave Page
Prevent a crash in some situtions where the database connection is lost and needs to be reset. Branch -- REL-1_22_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=739058e98bf70207ffb44e94ee75a037840eec63 Modified Files -- CHANGELOG

[pgadmin-hackers] pgAdmin III commit: Prevent a crash in some situtions where the databas

2016-02-16 Thread Dave Page
Prevent a crash in some situtions where the database connection is lost and needs to be reset. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0d4c819763ce0f7ecde6e2c22b8a05cbc9b18c11 Modified Files -- CHANGELOG |

Re: [pgadmin-hackers] pgAdmin III: Muliple SQL tabs

2016-02-16 Thread Dave Page
On Tue, Feb 16, 2016 at 12:42 AM, Sergey Busel wrote: > After trying it couple times, I was able to reproduce the crash. I think > it was due to the way tabs were being closed. A dirty tab would prompt the > user to save the changes and close the tab right away before moving on to > the next tab.