Re: Null this in pgConn::GetStatus - Mailing list pgadmin-hackers

From Stuart Gathman
Subject Re: Null this in pgConn::GetStatus
Date
Msg-id d0ac59e8-b936-3b9d-efd1-29eabfdab155@gathman.org
Whole thread Raw
In response to Null this in pgConn::GetStatus  (Stuart Gathman <stuart@gathman.org>)
List pgadmin-hackers
On 07/03/2016 10:44 PM, Stuart Gathman wrote:
> pgadmin3-1.22.1
>
> When compiled with gcc6, the evil practice of "this == 0" fails
> horribly.  The most obvious effect is crashing during startup.  I've
> attached a simple patch.  The Fedora bugzilla is here:
Hmmm.  sqlTable::Paste is also broken - and it is not as trivial to
convert to a static function.


pgadmin-hackers by date:

Previous
From: Stuart Gathman
Date:
Subject: Null this in pgConn::GetStatus
Next
From: Murtuza Zabuawala
Date:
Subject: Re: PATCH: to fix jsonb type rendering in runtime (pgAdmin4)