Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXgUQ-000228-LK for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Oct 2021 09:11:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mXgUP-00073v-J1 for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Oct 2021 09:11:57 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXgUP-00073m-4H for pgadmin-hackers@lists.postgresql.org; Tue, 05 Oct 2021 09:11:57 +0000 Received: from mail-il1-x12c.google.com ([2607:f8b0:4864:20::12c]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mXgUM-0000j6-Jq for pgadmin-hackers@postgresql.org; Tue, 05 Oct 2021 09:11:55 +0000 Received: by mail-il1-x12c.google.com with SMTP id k13so21124647ilo.7 for ; Tue, 05 Oct 2021 02:11:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=afYdsgcD9cMKyuB3FCxkDi9tyXQNzRZAcj+P4SAAkS8=; b=aqMd2kwoHyg9rNXqrylF2aligEV0PnAAqJ+KESrDFa5xdmKt4tX0ocMxSMYSNAAqSi VuatH/YGoSvRdtQA7ADJjENRBJjzpRNb15RlAoG/goRzFxdmqvq5owCs6xzRy/ZBSEhV pGoe0woL5KRfeiAiF+CRdOFhOcD7pd7Fejdz3DQhE/KA4B4VjtMsEiPMAO+3oTWdH026 bXk1UbTLv5tlEnZYvJMfHyvU+aGVQAaA0IS+RCYspJua3u3ihb/TmUOxWIQq8zJ/aRNc rSVPLP1hv8WTxFkglBwJapo/YLiFLmJ8bFDXv/wzdskRoV6EonH1kW7nEOSMecXfZz9k s1QQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=afYdsgcD9cMKyuB3FCxkDi9tyXQNzRZAcj+P4SAAkS8=; b=ojmqJQfBb2fR1aOUOSCZa2nqH49dC7Xy5V00yTFUwYBSGlkNV8qIzbcZxZ4plRpyGu /K021Ggg+taBjHZ8bNq6bdl4Hz8o115dzGeo6L+7Z8j9/7gRe10uP/hjAqIa6bDaiva3 8ki7mL7bmw6q/1n2jofZyQhSP4l4weVBDvZ1LC7XWJoNUYrwdJfG9ta5+a84s5n7aSqQ XAz7yeyW1xnt1MUDb69NSAr6KHlTyl8amiUmNHX/OrLj87TY6hsLcL0eME8Ke6Vq1WXv 7C9y4Nr3sA25SEdqgS8iRVIyqGQ4iJv5Hkxu6JAVeKRrUAAnl2VmQom7YY3FsGg1zanh j09w== X-Gm-Message-State: AOAM530f++Z2/p2eEupmcjjulTmF9BtH+6jHI5vDWOkxakxUq/OWCm+V VbqdLSWHlTKhBZCW24dp3rTY3jvBmS0I2529L+oewK/hekITmEJMjsAiJfm0zSOAToZYTh0SMWW md9uku/Yf9y4iMGtCGmpfdO19od/cUvvOn8awsDWfxStgEYh2zx0TC6WZMaRHbObd/T3DMRo3b2 QiX5cJ/wh6578uprINXdFaxBxnXi0nJY9yPqIscUNIch4sZQQR6heoP+DXvQ== X-Google-Smtp-Source: ABdhPJyJyU2nR4geyhFlIM+FWsi4cwK7SWLuvmDeTEB1Gm1WjWm1vpEQ39GXDbTcTKNUtg+QPmh0Fr0nqprpim7NJk0= X-Received: by 2002:a05:6e02:1d0e:: with SMTP id i14mr2078349ila.205.1633425113763; Tue, 05 Oct 2021 02:11:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Tue, 5 Oct 2021 14:41:42 +0530 Message-ID: Subject: Re: [pgAdmin][patch] Exclusion constraint and vacuum related fixes To: Aditya Toshniwal Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000ac8baf05cd976b88" X-CLOUD-SEC-AV-Info: enterprisedb,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: Archived-At: Precedence: bulk --000000000000ac8baf05cd976b88 Content-Type: text/plain; charset="UTF-8" Thanks, the patch applied. On Tue, Oct 5, 2021 at 1:18 PM Aditya Toshniwal < aditya.toshniwal@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch which fixes: > 1. Operators dropdown disabled. Fixes #6771. > 2. Vacuum options value is not considered for M-SQL when creating. Fixes > #6781. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* > > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --000000000000ac8baf05cd976b88 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

On Tue, Oct 5, 2021 at 1:18 = PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Please rev= iew the attached patch which fixes:
1. Operators dropdown disabled. Fixes #= 6771.
2. Vacuum options value is not considered for M-SQL when creating. Fi= xes #6781.

--
Thanks,Aditya Toshniwal
<= div>pgAdmi= n Hacker=C2=A0| Software Architect=C2=A0| edbpostgres.com
"Don't Complain= about Heat, Plant a TREE"
=


--
Thanks & Regards
Akshay Joshi
pgAdmi= n Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

--000000000000ac8baf05cd976b88--