Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bJuQC-0000hX-E5 for pgadmin-hackers@arkaria.postgresql.org; Mon, 04 Jul 2016 03:19:44 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bJuQB-000598-So for pgadmin-hackers@arkaria.postgresql.org; Mon, 04 Jul 2016 03:19:43 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bJuQB-00058w-ML for pgadmin-hackers@postgresql.org; Mon, 04 Jul 2016 03:19:43 +0000 Received: from mail.gathman.org ([2001:470:5:c85::10]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bJuQ7-0006q8-EV for pgadmin-hackers@postgresql.org; Mon, 04 Jul 2016 03:19:43 +0000 Authentication-Results: mail.gathman.org; auth=pass (PLAIN sslbits=128) smtp.auth=stuart DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gathman.org; i=@gathman.org; q=dns/txt; s=default; t=1467602374; h=Subject : To : References : From : Message-ID : Date : MIME-Version : In-Reply-To : Content-Type : Content-Transfer-Encoding : Subject : From : Date; bh=AFCp9vU7J7evoFpJvhKSm+lnjElf5OJPxqrXSDchlXQ=; b=R1p+cr0S9xUMC90+z1yuJeD0onM563KytWNr5duPD6dnLxRZWANP1WnLGQEDg1ijyh6csT 4DM2oydLdmpcIMSgHZtrYhNIedNXnHW39uefIXs+lQnLz9vN9Vt1dbtvEocaLiEf/0E3qAVx tnK7NkPtxVW5JYPpBQAkeoOpGqbXc= Received: from elissa.gathman.org ([IPv6:2001:470:8:809:12::42]) (authenticated bits=0) by mail.gathman.org (8.14.4/8.14.4) with ESMTP id u643JW1o001031 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Sun, 3 Jul 2016 23:19:34 -0400 Subject: Re: Null this in pgConn::GetStatus To: pgadmin-hackers@postgresql.org References: <02898a62-c592-6eb9-1ff9-f76ac34eeb57@gathman.org> From: Stuart Gathman Organization: Gathman Systems Jabber-Id: stuart@gathman.org Message-ID: Date: Sun, 3 Jul 2016 23:19:35 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <02898a62-c592-6eb9-1ff9-f76ac34eeb57@gathman.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -3.3 (---) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org 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. -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers