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 1hn1Lb-0005p3-W1 for pgadmin-hackers@arkaria.postgresql.org; Mon, 15 Jul 2019 13:48:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hn1La-0006eq-Rd for pgadmin-hackers@arkaria.postgresql.org; Mon, 15 Jul 2019 13:48:54 +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 1hn1La-0006ej-KO for pgadmin-hackers@lists.postgresql.org; Mon, 15 Jul 2019 13:48:54 +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 1hn1LY-0004xi-5H for pgadmin-hackers@postgresql.org; Mon, 15 Jul 2019 13:48:54 +0000 Received: by mail-wm1-x344.google.com with SMTP id 207so15270683wma.1 for ; Mon, 15 Jul 2019 06:48:52 -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=IY1NnTpt8TdRrERzqaaLpyNDT9NIabgzfBCyNy2wTGg=; b=dFwr4s5xCRUCV9X8RMZuG6B2ROkEsSVOp1HOGJig3f9L+jZsc4rtk5gwB/11RESJKN KrP4PeoJ9xXBaMkKaM+yq3jZAy5lMCPc3FuBdBL6Se1IvbmurJssTf62Raj2+ovoKm+I EJfz858/J9DaYwP27Kfy7fGFrj9GtlpNNFpsPJ7R/BYEMVjiSplu9hrWVjyGTPg9EOIm T9iO6AZx/cvW+jvDcQAqrezr73/15IGXQ2JeB9gdb7rZ00YKM6H/MJ0EoruFwV6qX8F4 M27oc0z+nLUtWNCBkc6OUTEUV9wFFo3fpBduwbYAkB8a/atVCw0qb11HVOhYZPszmSit KdCg== 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=IY1NnTpt8TdRrERzqaaLpyNDT9NIabgzfBCyNy2wTGg=; b=sVGojJVE2TmPOqxW5ZxaXc7YwOdwttNbbSmSD9UDkjABcgLgrzfwpjuKiG1LpSX7gN BS0+LoUWGIRVtwbQYiELgXHGwD3iQp7Xp0rBBzoYuaP/LJBtk4WwRaWWmInCFzlsvM5K h+YbluadEVaU5OhrpzNZTuFJsjKED0d95ixZHjQw0wp3sPzRLCbgmGKPnIPX/KHqJb1f gfBzJeAkPg7QZ9ThScz7q8JBy6mka/7hI8uF5I18tmI/ETjyBHFaPA2J2JPb3MebW7/F wWkl2FxhA5RKFCvDNA4E7B9tiAhDyQhRbQoDQtyplSu8u7bUjWFq815uC98Et9cIRZUk 0YAw== X-Gm-Message-State: APjAAAXu3BV1qjNJppxN+QZf4ifze7EsoCRFm7//fUnvr3F2NHUDCIe+ IgOIKknVvTHGjPwnzOLxWMOi7Blr3Rv9vfalUIJ3mA== X-Google-Smtp-Source: APXvYqyGrypHdWSDLAXhiXdv+6LiDWT4e3hmNBc0+UqFCm+y6qb07bAc3G9M+K+iNtkGnK1pC2g893GJLi3MKlBIJBw= X-Received: by 2002:a1c:f018:: with SMTP id a24mr24135545wmb.66.1563198529545; Mon, 15 Jul 2019 06:48:49 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Mon, 15 Jul 2019 14:48:37 +0100 Message-ID: Subject: Re: [RM#4468] Add RE-SQL tests for Type node To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000113c20058db885df" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000113c20058db885df Content-Type: text/plain; charset="UTF-8" Thanks, applied. On Mon, Jul 15, 2019 at 1:16 PM Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi Dave, > > PFA patch to fix the ACL order so that it RE-SQL tests for type node works > consistently on all the platforms. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > > > On Mon, Jul 15, 2019 at 2:55 PM Dave Page wrote: > >> Thanks, patch applied. >> >> On Mon, Jul 15, 2019 at 7:57 AM Murtuza Zabuawala < >> murtuza.zabuawala@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find patch for RE-SQL type node. >>> >>> - Fixed a bug in update.sql which is found during writing tests >>> - Added logging for JSON file when it fails to load >>> >>> >>> -- >>> Regards, >>> Murtuza Zabuawala >>> EnterpriseDB: http://www.enterprisedb.com >>> The Enterprise PostgreSQL Company >>> >>> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000113c20058db885df Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, applied.

On Mon, Jul 15, 2019 at 1:16 PM Murtuza Za= buawala <murtuza.z= abuawala@enterprisedb.com> wrote:
Hi Dave,

PFA patch to fix the ACL order so that = it RE-SQL tests for type node works consistently on all the platforms.

--
Regards,
Murtuza Zabuawala
EnterpriseDB:=C2=A0http= ://www.enterprisedb.com
The Enterprise PostgreSQL Company

=


On Mon, Jul 15, 2019 at 2:55 PM Dav= e Page <dpage@pga= dmin.org> wrote:
Thanks, patch applied.

On Mon, Jul 15, 2019 at 7:57= AM Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
<= div class=3D"gmail_default" style=3D"font-family:verdana,sans-serif;color:r= gb(68,68,68)">Hi,

Please find patch for RE-SQL type node.

- Fixed a bug in update.sql which is found during writing t= ests
- Added logging for JSON file when it fails to loa= d


--
Re= gards,
Murtuza Zabuawala
EnterpriseDB:=C2=A0http://www.enterpri= sedb.com
The Enterprise PostgreSQL Company
=
=


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitte= r: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgr= eSQL Company


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @p= gsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL = Company
--000000000000113c20058db885df--