Re: Null this in pgConn::GetStatus

From: Stuart Gathman <stuart(at)gathman(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Null this in pgConn::GetStatus
Date: 2016-07-04 03:19:35
Message-ID: d0ac59e8-b936-3b9d-efd1-29eabfdab155@gathman.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-07-04 03:56:33 Re: PATCH: to fix jsonb type rendering in runtime (pgAdmin4)
Previous Message Stuart Gathman 2016-07-04 02:44:07 Null this in pgConn::GetStatus