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 1mkh5l-0003MK-38 for pgadmin-hackers@arkaria.postgresql.org; Wed, 10 Nov 2021 06:28:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mkh5j-0008SO-PU for pgadmin-hackers@arkaria.postgresql.org; Wed, 10 Nov 2021 06:28:15 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkh5j-0008SF-5D for pgadmin-hackers@lists.postgresql.org; Wed, 10 Nov 2021 06:28:15 +0000 Received: from mail-il1-x133.google.com ([2607:f8b0:4864:20::133]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mkh5e-0000fa-9N for pgadmin-hackers@postgresql.org; Wed, 10 Nov 2021 06:28:14 +0000 Received: by mail-il1-x133.google.com with SMTP id i11so1331099ilv.13 for ; Tue, 09 Nov 2021 22:28:09 -0800 (PST) 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=uTe7dM/+oh9gzx6wWkN0ZcdVV9WjP/bHWOBGhDuxiEQ=; b=jGyUvHYNZjVGJevTe7GnOUtq6Yt7VAFiherYihCj1h2tMnxJIp2HDxdJWIZ3hGCjZh BuMMUXMSQetTXOTAy3o7Zj2iLivqmh1ZuHQFlCW8BX2cNBb28vP4VYBO7zT+r4al9BEZ PoJpJZ5YyyYae9oC4A7pjSI7N0vFH2VrJ4RLwRmZWM21sBsDzvRv4sbZnD602D1sG3TI JHuquLojh33SdORQLCLvKAu6ThzG1C8mzmJISdz3/cfB+ePJ5QYIxk2w5su6m04cAa5u GBLIQhgwnakcONVjn5Q6z0XeQZ4hBE35EO1svlqXYt2mZwynp1WMKjImlmQd79o+k4aw IfHQ== 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=uTe7dM/+oh9gzx6wWkN0ZcdVV9WjP/bHWOBGhDuxiEQ=; b=bOlED0rY2dnjRshUqtdSQoKxEo7+XApZgxG+5xythhymM53p5edHCETnPZ2tMkWd7j wMaePXdfRq54dktqLuKOjPo+BDLOsUNsLllbU8wey95OIVRXQ31L2UoABl/O2idN58jT aGxnkSDttrt09wD7QET0dUxRreMxm3ew2PYPgAbim3/RrNUmbYbNPEgq7W97NJPYCeop oxRncrQHS+mpdxdXSFB9USGHDbbA9oQcARV5q/IL0JWE4SkBv/m/lWXdlaq/DcL/kiIk bA4CVESAL071jX+Iu9I+0ulGBLWuzqxLecr98tnas1VWB9+UJZVJIElzRin8hOrASeNt OJYA== X-Gm-Message-State: AOAM532rrEtKRU97bYlYwZFZII1UKa7xCVgrBajE2SJ2jCC5DdaxdM5m aC+ItsKHbCS6Wzu28nfwoPIbUstnSc/9MQNx85KbWvfhrFfBh5JxmiSpv4ViYgXSFYv7b0MRhyE ufbT/zde1Cc2hWAkg1IsX6McwqXZotcrqR0hQixujK22bSfz5AC9gEurb8gvyTlrvq7hmFbKcQ6 oamulVb4bMxQuH+frRqWSODBrbz0A7R79iF/jXnRsMDwt62aQ0BN+a+5xujQ== X-Google-Smtp-Source: ABdhPJxo7EGub46OfhIFQ2SA0m2QSd4eXhj+WZ2OX0RE8tIWgzgLCsioAkpmgkd7px15IrNJOiS+egSI3ZtIExQ74ro= X-Received: by 2002:a05:6e02:1051:: with SMTP id p17mr9841268ilj.220.1636525687993; Tue, 09 Nov 2021 22:28:07 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Wed, 10 Nov 2021 11:57:57 +0530 Message-ID: Subject: Re: [pgAdmin][RM5427]: pgAdmin is freezing To: Pradip Parkale Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000004c8cbe05d0695483" 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 --0000000000004c8cbe05d0695483 Content-Type: text/plain; charset="UTF-8" Thanks, the patch applied. On Mon, Nov 8, 2021 at 2:20 PM Pradip Parkale < pradip.parkale@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached patch. > > On Wed, Oct 27, 2021 at 11:06 AM Akshay Joshi < > akshay.joshi@enterprisedb.com> wrote: > >> Thanks, the patch applied. >> >> On Wed, Oct 27, 2021 at 10:10 AM Pradip Parkale < >> pradip.parkale@enterprisedb.com> wrote: >> >>> Hi Hackers, >>> >>> Please find the attached patch for #5427 pgAdmin is freezing. >>> >>> >>> -- >>> Thanks & Regards, >>> Pradip Parkale >>> Software Engineer | EnterpriseDB Corporation >>> >> >> >> -- >> *Thanks & Regards* >> *Akshay Joshi* >> *pgAdmin Hacker | Principal Software Architect* >> *EDB Postgres * >> >> *Mobile: +91 976-788-8246* >> > > > -- > Thanks & Regards, > Pradip Parkale > Software Engineer | EnterpriseDB Corporation > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --0000000000004c8cbe05d0695483 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

On Mon, Nov 8, 2021 at 2:20 PM P= radip Parkale <pradip= .parkale@enterprisedb.com> wrote:
Hi Akshay,

Ple= ase find the attached patch.

On Wed, Oct 27, 2021 at 11:06 AM Akshay J= oshi <akshay.joshi@enterprisedb.com> wrote:
Thanks, the patch applied.

On Wed, Oct 27, 2021 at 10:10 AM Pradip Parkale <pradip.parkale@enterprisedb= .com> wrote:
Hi Hackers,

Please find the attache= d=C2=A0patch for #5427=C2=A0pgAdmin is freezing.


--
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation


--
Thank= s & Regards
Akshay Joshi
pgAdmin Hacker | Principal Softw= are Architect
EDB Po= stgres
Mobile: +91 976-788-8246



--
Thanks & Regards,
=
Pradip Parkale
Software Engineer |= EnterpriseDB Corporation


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

--0000000000004c8cbe05d0695483--