Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1aSiyh-0001tn-P4 for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Feb 2016 10:23:31 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1aSiyh-00011r-Bx for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Feb 2016 10:23:31 +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) (envelope-from ) id 1aSiyh-00010Q-24 for pgadmin-hackers@postgresql.org; Mon, 08 Feb 2016 10:23:31 +0000 Received: from mail-ig0-x234.google.com ([2607:f8b0:4001:c05::234]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1aSiyd-0007I2-Tb for pgadmin-hackers@postgresql.org; Mon, 08 Feb 2016 10:23:30 +0000 Received: by mail-ig0-x234.google.com with SMTP id hb3so52350072igb.0 for ; Mon, 08 Feb 2016 02:23:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xalve9nyFwyvAb/YI9DPs70t5dKom0KtRWMSJRMMvMY=; b=bIUiB7bgvPAfROQUADTxWeyJgAJt0cMC1PL00JogiO68NqCUVyMPDNgXijExIztK2o 3i1a1IhhumygQ+eqjk5bl9j+cSd3u+qWII1Zy2XpDta9U+nAVam46MVXerhfw5z1lhEn KkN58+VpzKvox5IuaeZXeFHyGES2NmlC6KQHAHElXZ73I6YybQC3tMhBEC5QWBNtiGMW LBTIni+Aw9axdqouMay+iUOfyeIGmFRWfs6F6NO3t5hMVf7idu+aiXswPp2+03kSP2qA CYP+eoWEuzK4+iogHwflfTt7KZNViW2LC/Yci1ZEr5pzv5WU5rBSO8MrnscGK5CMPJUu 5zOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=xalve9nyFwyvAb/YI9DPs70t5dKom0KtRWMSJRMMvMY=; b=Z9Q4eynPNxeFB+u0W4/dsd05CCPIHS5TTvIG3KPMkrMYoZYSED+4JQxhYGrCYegfOw c6uWI8Zkm2nKvlQ2A4wZlvOzvtMeTVwMO4iv6VRpc0IuCi6Wz4OTx96an53t9xa9x/JQ Dw681SqnnBCEQ5cUUf2GHE9wIMHxNkLb0ri4Xk+T/hNHtHKlO6NvTq/ePd4CUPSIJngG ZUHM0TKf0fMrmkLLemsfQPTZsGi3rwmxbkWJ8rOSFtNhQ+Q7c66VEkUkjJ5zQ1fc/7ez 5ljRlzs5C8iUemN2BvjuW7GJO8ngBstAxyA7fWgqJl3BEvucYwzvfnzL7PCBr3h6aSBd Ut8g== X-Gm-Message-State: AG10YOTtgoh9JQSZnaUYOiK+zeVONuAwHjwzr2jawFu8J7I1M2SWToFdM58l41yjdmr9UsDfxed5qw6j5V/4hA== MIME-Version: 1.0 X-Received: by 10.50.2.39 with SMTP id 7mr22553594igr.96.1454927006197; Mon, 08 Feb 2016 02:23:26 -0800 (PST) Received: by 10.64.76.137 with HTTP; Mon, 8 Feb 2016 02:23:26 -0800 (PST) In-Reply-To: <56B34271.2060205@wars-nicht.de> References: <569C4395.4080603@wars-nicht.de> <56B34271.2060205@wars-nicht.de> Date: Mon, 8 Feb 2016 10:23:26 +0000 Message-ID: Subject: Re: Remove "unsupported version" warning for Greenplum From: Dave Page To: "Andreas 'ads' Scherbaum" Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) 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 Thu, Feb 4, 2016 at 12:22 PM, Andreas 'ads' Scherbaum wrote: > On 18.01.2016 02:44, Andreas 'ads' Scherbaum wrote: >> >> >> we tested pgAdminIII 1.22 internally and found that it works sufficient >> with Greenplum. A few minor problems are identified and we plan to work >> on them as well, but nothing serious. We however know that there are a >> number more serious problems with HAWQ (SQL on Hadoop), we plan to work >> on this as well. >> >> As a first step, attached is a patch which removes the "unsupported >> version" warning for Greenplum. The patch copies a bit infrastructure >> and prepares us to support later versions of Greenplum when we bump our >> version number after merging with later PostgreSQL versions. One >> remaining question is if the supported versions should stay in >> pgConn.cpp or move to pgAdmin3.h. > > > Next attempt (this time packed diff). And this time it works perfectly :-) > The attached patch adds recognition for Greenplum HAWQ (SQL on Hadoop), > where I know that it has problems with some catalog tables. An error message > is still shown for HAWQ. The error message during connect for GPDB is > removed. Version information is moved to header file. Thanks - applied to the 1.22 and master branches. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers