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 1hkP5Z-0005M0-TI for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jul 2019 08:33:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hkP5Y-0001kp-P1 for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jul 2019 08:33:32 +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_SHA1:256) (Exim 4.89) (envelope-from ) id 1hkP5Y-0001ki-Di for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jul 2019 08:33:32 +0000 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hkP5V-00063H-Kx for pgadmin-hackers@postgresql.org; Mon, 08 Jul 2019 08:33:31 +0000 Received: by mail-wm1-x344.google.com with SMTP id h19so12178043wme.0 for ; Mon, 08 Jul 2019 01:33:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=AsAN9zM31cCYVOzqnDC5wFBZNEaEP2lZtL6x/GwlESg=; b=GkQK2wF1X/WdgbG+YycdL0A0wQjVltF3oxegfJdqSqB158Uv5wnnX+tDKhfDtn4tK8 GTpIq8fhe5BlwiUUdUdvZhdVBXEnSiC97oglNXW7imL/KZE/wqAC4fEDnM0oaZ/ki8vt /NEjSJebSV27WXJWENaHk/qSt3bm7Xaf+zGvtOGczdxRK+mbpXiiCi7lYBJRJiRaKfxd 3/6lZLvr9T1/zN7eoo77S+Ls6uEgNO+baRGVFrKHMiRdsuN4cEl026OEtNKB9H/5tPIz ZJpq7CWXWo3mcfsRn7zibwxWC/jMiANOOLK3I2ZI8aoLALMgvyeIb/e24ERKW+/7ViYJ 9e/w== 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=AsAN9zM31cCYVOzqnDC5wFBZNEaEP2lZtL6x/GwlESg=; b=hEIAwajpmDBt4DQsk7B2d5d+jJWnYfXkCKBRac3NI70QFb9wSjD5qHl1ySLqO0qSyr Tb5t8ln8XrfXqWd596H6Rk352HWK72mGbl9HAxZy1v0H1W/oQNueM6ixHQyjrf+P0dD8 fLYLu9wIXzQrauSgT1/CIkqne0TjnbLTWir+YJbtif31dy3uZtvRBR58NPqWpMB1EUR2 WL+EWbNKX4TJGDKnUB1az307Ba7aoKubX4FtYmCkbXo6xhy3yWjuvY0ECfzTcwuCmhG0 WtPYQYnXxMW1y0EaSVB5qIl8T3a0uBx2Jcl8srpxp2DaRm5/8coJbNm+BZzGRxrG8TdV IGtQ== X-Gm-Message-State: APjAAAXMD3qoqQnt9TZA5VMNSzFnp8dRYqQBa/6ZB4ofago3W+EXzFLo kL/eyHhfxwJL0j0AwgQ3TJh8DU+ezcY7tI7plClwDw== X-Google-Smtp-Source: APXvYqzmuD9JTgJUKwlJJ/bwfuO0AedudZK/YsMhd5XnXxUdoaGAIhetSzdkapkWW6FTAw38IufIc2ojqi4xqEG5fvw= X-Received: by 2002:a7b:c0c6:: with SMTP id s6mr2823994wmh.115.1562574808562; Mon, 08 Jul 2019 01:33:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Mon, 8 Jul 2019 09:33:16 +0100 Message-ID: Subject: Re: RE-SQL test patch for extension node To: Nagesh Dhope Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000665eb1058d274c3c" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000665eb1058d274c3c Content-Type: text/plain; charset="UTF-8" Hi On Fri, Jul 5, 2019 at 5:16 PM Nagesh Dhope wrote: > Hi Hackers, > Please review attached patch for RE-SQL test cases for *extension* node. > Unfortunately this fails on PostgreSQL 12 as the deprecated timetravel contrib module has finally been removed. Perhaps use sslinfo? That seems less likely to go away anytime soon. Thanks. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000665eb1058d274c3c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

On Fri, Jul 5, 2019 at 5:16 PM Nagesh D= hope <nagesh.dhope@ente= rprisedb.com> wrote:
Hi Hackers,
Please review attached patch f= or RE-SQL test cases for extension node.=C2=A0

Unfortunately this fails on PostgreSQL 12 as the dep= recated timetravel contrib module has finally been removed.

<= /div>
Perhaps use sslinfo? That seems less likely to go away anytime so= on.

Thanks.
=C2=A0
--
Dave Page
Blog: http://pgsnake.blogspot.comTwitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterpris= e PostgreSQL Company
--000000000000665eb1058d274c3c--