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 1glrrJ-0001mz-Dy for pgadmin-hackers@arkaria.postgresql.org; Tue, 22 Jan 2019 08:56:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1glrrI-0007ZM-8A for pgadmin-hackers@arkaria.postgresql.org; Tue, 22 Jan 2019 08:56:36 +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 1glrrH-0007ZF-Vg for pgadmin-hackers@lists.postgresql.org; Tue, 22 Jan 2019 08:56:36 +0000 Received: from mail-qt1-x82e.google.com ([2607:f8b0:4864:20::82e]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1glrrB-0008K4-2H for pgadmin-hackers@postgresql.org; Tue, 22 Jan 2019 08:56:34 +0000 Received: by mail-qt1-x82e.google.com with SMTP id u47so26699135qtj.6 for ; Tue, 22 Jan 2019 00:56:29 -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=tfY/RlvuC9bszChLMDzP4IoNN/DhFqyjDM+XuLFnbOk=; b=jrUi8AOCax7LTxtGY13O/JmcgsA9PW+XgXjhpwLR3ubXXLzaJAD0i01zXJ6bXOvMFj r9SPzO7r4BAAnqzUQFRKO6xkNSqrQr6OR/UPLvfkQK6/dOOh0YhGID4coeEWbYB6OEQJ WGEaD0VRaI8UY0OBawY6YgEN/unym6e+yRJsIfcBcYO/UUEqcRzWaaFGYgggd8Neo1t4 SZGXHlidr8Gfq70lQzxSApDOkliU9qhUhMJtR82c3eIml8KpHxvCK1u4j4e25WY4Dn9P Xix1XZ7QLEkOSm37E7XknrUK2z0o2ro3Yb++gfnczz17Um65DfSTfejyMJhlH9q/dQeT 1jyw== 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=tfY/RlvuC9bszChLMDzP4IoNN/DhFqyjDM+XuLFnbOk=; b=sCzWpDCO26gJ8zEf9jgYkYHvse8Q2wYMrfU2D/4NG75nkTOmJ++3eX4qmiQ/6hV98b JgXgvHSQb3cuWJEmloEtkofMlhJD2oYcaC8yzqDRFTZ9cWKvLEduOQDl5iLR8CnulquF LXOJp/QERfQAY3Dpmg6p9KHfO3HtCRL00aDf3knW9m0xrr9RB2lQQ6Z6qDPJGNSG+94L vNvAy+SaXuVNoXSh7zzmXZInvR39ImWYlwrJCwDkSIhstWUcK055bTz3zGevOgAQuAZc IU6ns77iEBeCcki6b2samAVUcNjNG0a2wiw43/VsYL2HPI/nk1+NPYi9iL1pkoRNGUtG djIA== X-Gm-Message-State: AJcUukdwMcQ/QyC1xwJSmWxpLRKdUIvqCGRkiX/jTTYcdt8hGgg6Cmzi 91TzRxGazqCqFZQNr7njUz8T3s1QAqjbeoohIlg4iw== X-Google-Smtp-Source: ALg8bN6jY9xUidium2JZDcnTKFhgKgZ+6ea5A0saobaZRri/jGyFjNl4PxWR1fuGn0ll3dMIDpAaUhPW/CPZPP61L3E= X-Received: by 2002:ac8:3618:: with SMTP id m24mr29756900qtb.210.1548147388167; Tue, 22 Jan 2019 00:56:28 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Tue, 22 Jan 2019 14:26:17 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch] Grid on the dashboard is not getting refresh after killing the session To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000021ca3d0580082740" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000021ca3d0580082740 Content-Type: text/plain; charset="UTF-8" Thanks patch applied. On Tue, Jan 22, 2019 at 12:21 PM Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > ++ Gentle reminder > > > On Fri, Jan 18, 2019 at 8:02 PM Murtuza Zabuawala < > murtuza.zabuawala@enterprisedb.com> wrote: > >> Hi, >> >> PFA minor patch to fix the regression issue where a user kills the >> session from the dashboard grid, but the grid was not getting refreshed and >> the killed session was not getting removed from it. >> >> >> -- >> Regards, >> Murtuza Zabuawala >> EnterpriseDB: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> >> -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* --00000000000021ca3d0580082740 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks patch applied.



--
Akshay Joshi
Sr. S= oftware Architect
=

Phone: +91 20-3058-9517
Mobile: +91 976-788-8246
=
--00000000000021ca3d0580082740--