I've fixed the SQL editor segfault - it was a wild pointer dereference. I don't currently know what condition has changed in the 2.9 to make both gqbSplitter::tablesBrowser gqbSplitter::browserPanel not initialised to something valid when onVerticalSashResize() is called, so now we just check if they're null or not there. They're now explicitly initialised to NULL.
Styles were removed without any apparent side effects, except making the error go away. I've isolated the table view segfault. -- Regards, Peter Geoghegan -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
