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 1hpTw9-0006yI-Nq for pgadmin-hackers@arkaria.postgresql.org; Mon, 22 Jul 2019 08:44:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hpTw8-0003xZ-Dt for pgadmin-hackers@arkaria.postgresql.org; Mon, 22 Jul 2019 08:44:48 +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 1hpTw8-0003xS-6r for pgadmin-hackers@lists.postgresql.org; Mon, 22 Jul 2019 08:44:48 +0000 Received: from mail-wr1-x443.google.com ([2a00:1450:4864:20::443]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hpTw4-0005Yf-6w for pgadmin-hackers@postgresql.org; Mon, 22 Jul 2019 08:44:47 +0000 Received: by mail-wr1-x443.google.com with SMTP id n9so13401537wrr.4 for ; Mon, 22 Jul 2019 01:44:43 -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=dSeh8Sh6UwqAZGmbf7C/v6il6wVmsikRTxy+QiRGklc=; b=hT5opAnYXStlrhzkwAg/iPpmm0GzQ4H88AXagtZV2vRPcRx/0UIZtdQn9+usnazKAb EO1ZXD7PWgcLY4++ifoL7qGjtG/N5xqPWUM6NXFp49FftQ2LQ8vThdKNIIFxDvqZlB4q r7EKJcWXFxAmIbBcKPjWaJtITDQ9WD5JexbDuCjZJXA1tfNYynwfS6lLLJLVdFKJkzvd lHv7Af235F+gI4kNf2yMRbhpDYMONobYha42DhdibSmdS5BBgIHQiA+QTMq0O/Ybn0Q0 LWhv9OLlrLx1Q8FaNCjIpGsFtOIK6mBtk2MYYl0hHWdysGdKmyAuor7IAXY5MBjWVjgv ESSw== 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=dSeh8Sh6UwqAZGmbf7C/v6il6wVmsikRTxy+QiRGklc=; b=BgO7QF0Z8KqtqLIboUxlaxN84ildP9WIvwcMQ1xC10F5mbKZTuuZFRwXJCQqfq7tOa L8WbivZryoN/Li/OGdatmhPnokHsqBJczkwrkDxUSYJwKuVg88E+HNYx9xjkF+YSW+xG AnWM5VD1VO2vZGtD42wCiUTLzvzo5WsGuNYtvlchTP8Ui/1ZsTc30CBB3xdGhXLGEZpK mmVwP3BBWZY6PBY/V05e+jIDHQGH6WXRxXYHJBfWKVLdVLfl8hK/jHqEf03ureIubsuP jCr6lQEGwKZXFVFpC95TdSeLNbJaqCNG0CxjDTtoURtCArc3A9oxGFtHj3AI7WHj9ZJy LzHQ== X-Gm-Message-State: APjAAAWpNXf5iw/zvKgg/OtC8kFtvm2XznTNoYR6ODAmfHcAUKUdDhBP Rpy/7vyhAsrQ+GXnUEU5Y0gaLRWEagXjHolBuyym9Q== X-Google-Smtp-Source: APXvYqx02J38oTonu7J1hhGf7iRQU4TtS5HRrJp4cqi1U6Edyj6rheCchjjunbkTkZSfQon3nyuQDVEvpfvuC+aB6GU= X-Received: by 2002:a5d:6ccd:: with SMTP id c13mr70075650wrc.4.1563785082657; Mon, 22 Jul 2019 01:44:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Mon, 22 Jul 2019 09:44:31 +0100 Message-ID: Subject: Re: Skip a RE-SQL test on the bases of precondition To: Nagesh Dhope Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000005b7605058e4116b0" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000005b7605058e4116b0 Content-Type: text/plain; charset="UTF-8" Thanks, patch applied. On Sun, Jul 21, 2019 at 6:31 PM Nagesh Dhope wrote: > Hi Hackers, > Please find patch for skipping a RE-SQL test if precondition to execute > that test does not satisfy. > > -- > Thanks, > Nagesh > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --0000000000005b7605058e4116b0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.

On Sun, Jul 21, 2019 at 6:31 PM Nage= sh Dhope <nagesh.dhope@= enterprisedb.com> wrote:
Hi Hackers,
Please find patch for skip= ping a RE-SQL test if precondition to execute that test does not satisfy.

--
Thanks,
Nagesh
<= /div>


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

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL = Company
--0000000000005b7605058e4116b0--