Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hlTo0-0001nF-R7 for pgadmin-hackers@arkaria.postgresql.org; Thu, 11 Jul 2019 07:47:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hlTnz-0003xF-M5 for pgadmin-hackers@arkaria.postgresql.org; Thu, 11 Jul 2019 07:47:51 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hlTnz-0003pw-B1 for pgadmin-hackers@lists.postgresql.org; Thu, 11 Jul 2019 07:47:51 +0000 Received: from mail-yw1-xc2c.google.com ([2607:f8b0:4864:20::c2c]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hlTnx-0004k5-5f for pgadmin-hackers@postgresql.org; Thu, 11 Jul 2019 07:47:50 +0000 Received: by mail-yw1-xc2c.google.com with SMTP id z63so2197744ywz.9 for ; Thu, 11 Jul 2019 00:47:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=F+OK6VNoBJsiQD4E0Smko064irV/vxLj6trpHCt2Esg=; b=Dt9OVphJ/KpaXbxYNPbg6+TXv+2dNHfTfWSJNFYDrEyCtirDL6OpAaPslHVnFWTQ/g vPlo4fazqt0vqTkONP2OSlI2b+hz6KloiFVjdyaYeJvWhpqd4qdjiSX/MdU32RJo8DeG tWb/8GPuD8YYMu/hIrI5VpjGfOgjhYdCuw5wYkhFDoYTkli7gxbLXw1DGaFXqq8KEtZR FjsM43BUX29f6YiZG78/zPtVkeuVGyKbtQHoAkzk+TgkjJ50umooweVfS1dtL6okBEgq ohjsPal79481JiEgM6ioPYhl9BBDUYIMq8FQsulhkbpXvqFyMzzQ5AthmZ5XVwEoPo3F poKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=F+OK6VNoBJsiQD4E0Smko064irV/vxLj6trpHCt2Esg=; b=CNENAVGjluNlnnDb9yTuVtecOy2PZ+xQ7m4HToxsuUiDIkwFkn1GFW/n9XFeGpcmWk rYzvkFAh+5Y9mQLer/H/wC796TAXG07bLp+0fD3lhQbV3lvXz8CV6hsYzYF0YI+NaL7p T40Q2kuc9EYPjZTUIcT+efxRr2v065XbLFrNQUAly2zzUd+5NeVJ8GVnELleqN/47QbQ bMeioLH5369aj7gK1JVMCWAJylphQk3rPDYlcPpA85XBd5VDO5Aaf+tfrYfbVJ5SoG7s QxgT0PGHrEggpeDTqSy6+czvkQF5sI9PRdKPNitl1XEE8QhVLjRSff4P0jgi6+pTHfDW /Mog== X-Gm-Message-State: APjAAAWshjiGXn0pi9O3Uzx0SQBNDckTVjWad1cKpInhnLZ8nrCDi/NR FmMX7rTC1X6zRuHoRLSV/3KbmGzGYJe+LqwtKl68rw== X-Google-Smtp-Source: APXvYqxVjf0aJ7VDJGx7H9yZbZQ8sfV434kCUfI7TYWraePwFFoeg9IE5+psgHm+HDhgFbm6gc7zA3U4qoN+Qm1wAIg= X-Received: by 2002:ae9:dcc1:: with SMTP id q184mr1586903qkf.61.1562831267789; Thu, 11 Jul 2019 00:47:47 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Thu, 11 Jul 2019 13:17:36 +0530 Message-ID: Subject: Re: Updated patch for RM #4453 To: Nagesh Dhope Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000008f9df5058d63024b" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000008f9df5058d63024b Content-Type: text/plain; charset="UTF-8" Thanks patch applied. But we still need to modify the logic to check extension with exact version is available on database servers. On Thu, Jul 11, 2019 at 12:58 PM Nagesh Dhope wrote: > Hi, > PFA, updated patch for RM #4453 > > Thanks, > Nagesh > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246* --0000000000008f9df5058d63024b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks patch applied. But we still need to modify the logi= c to check extension with exact version is available on database servers.= =C2=A0=C2=A0

On Thu, Jul 11, 2019 at 12:58 PM Nagesh Dhope <nagesh.dhope@enterprisedb.com> w= rote:
Hi,
PFA, updated patch for RM #4453

T= hanks,
Nagesh


--
Thanks & Regards
=
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
=
Mobile: += 91 976-788-8246
--0000000000008f9df5058d63024b--