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 1ibfjK-00066v-EJ for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Dec 2019 07:02:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ibfjI-00026N-QI for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Dec 2019 07:02:44 +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 1ibfjI-00026C-9y for pgadmin-hackers@lists.postgresql.org; Mon, 02 Dec 2019 07:02:44 +0000 Received: from mail-io1-xd32.google.com ([2607:f8b0:4864:20::d32]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ibfjC-0008Rw-VE for pgadmin-hackers@postgresql.org; Mon, 02 Dec 2019 07:02:42 +0000 Received: by mail-io1-xd32.google.com with SMTP id s2so3640126iog.10 for ; Sun, 01 Dec 2019 23:02:38 -0800 (PST) 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=Pv/dBhUvpGU57TIMpx4f73e3NuDaP9rYgnWyKIhazRM=; b=geOf7/24V0NYRLzqFFtumhbM2B4LIa2ht+Q9r+XTDSalpIKYduVvPk/9ZoyWYcGosA v1KSvzUYhjoW9S623qF+HMTVhLCQEMHrScN4cxZ1N/bViSKajJrJMSgncvpqCX6RNlJj vXN9rHVTpnTAEtorGI4jU255jcW8dfJXjgnUZbvdBTSKx5ujOlRVKR45PE5b5Hp+vnJu S7TbumCCbsRF4X6UaGLIYrAk4lIrsGQrcWd5puhNBL9GrSfQNRQFd1mMJtKcFu8f8VVb sUuLmdQpq64J71DUhPc7LtKDvvGoAGxWcWVDnSgPWVknIWs11/yJ3TSIuMlOSb1p8/0k GmsA== 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=Pv/dBhUvpGU57TIMpx4f73e3NuDaP9rYgnWyKIhazRM=; b=ll+hUZY/Kdqs5GhmZ0SlBG/gg3RV6iNdFXzxjjqa/BnW4w77mOubg0vC8DnJYiBQM6 YQXKnjU1REj0bwUmvv8i76FHKBRCnUHU3xkCQ4RsJsau5K3uzsedMZvemxMlT2VAKKyg YYLT8zDS5wcdzr09Wbw/ckPNI9zHJSZEnvsUIzEm+alqiEd0mzVOROCYoIo96s9wwdxV shrD8aZh6vztubTgT9XCmp7jwhjYB+UcHT/dCFaMINTHAmjL86DIBtIc8UdgyAJvMTZ9 v8cqtPhGx5i7qkgpYCeMkMlG0mrmsptOCWGOqoYHiF9Q7QSjWlGJU2KmH00NdW6/Zqre oMkg== X-Gm-Message-State: APjAAAUC21e3mf247C2UlbAwiq4riMVG/bGK2hTXsoCkoI+0n2ddzIah YcSPtOqz2mhuTf/PwuDq8fkPiLeLTvNenLZktgqCf2jWjqjb5XXxTvwqlSO8022Aaa1JPP/UPo+ oXSAFXmcC494goe6eknEqOcY7fnvQVlQtO4wCy5TXq52ZkTbMWOI68BCPeTMLQvYNmxih23J+9S GyGynH+va75cyuaI0iRiaPqNhZYfQHaI7lu4RGv+I4IImD8cs6x+8= X-Google-Smtp-Source: APXvYqzSJ1FG1TZ6HNQ8o01FlB1ys5HLmETv+8vMEp4DjjYk0f6z0wPKhVkqD1v9qlKKrVkjZTHe+BEzNLW/SZ3MgwA= X-Received: by 2002:a02:ac0a:: with SMTP id a10mr27242023jao.53.1575270157464; Sun, 01 Dec 2019 23:02:37 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Mon, 2 Dec 2019 12:32:26 +0530 Message-ID: Subject: Re: [RM4396] Definition update of MATERIALIZED VIEW loses indexes To: Rahul Shirsat Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000298e4a0598b32a81" X-CLOUD-SEC-AV-Info: edb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000298e4a0598b32a81 Content-Type: text/plain; charset="UTF-8" Thanks, patch applied with some modification. Fixed Jenkins build for views On Wed, Nov 27, 2019 at 3:44 PM Rahul Shirsat < rahul.shirsat@enterprisedb.com> wrote: > Hi Hackers, > > Please find the patch for the materialized view as per defined in the bug. > > -- > *Rahul Shirsat* > Software Engineer | EnterpriseDB Corporation. > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246* --000000000000298e4a0598b32a81 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied with some modification. Fixed Jenkin= s build for views=C2=A0

On Wed, Nov 27, 2019 at 3:44 PM Rahul Shirsat <rahul.shirsat@enterprisedb.= com> wrote:
Hi Hackers,

Please find the patch fo= r the materialized view as per defined in the bug.
--
Rahul Shirsat
Software Engineer=C2=A0|=C2=A0EnterpriseDB=C2=A0Corporation.


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