Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bn3uY-0001My-5J for pgadmin-hackers@arkaria.postgresql.org; Thu, 22 Sep 2016 13:19:34 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bn3uX-0007vb-P5 for pgadmin-hackers@arkaria.postgresql.org; Thu, 22 Sep 2016 13:19:33 +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_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bn3uK-0007SI-8U for pgadmin-hackers@postgresql.org; Thu, 22 Sep 2016 13:19:20 +0000 Received: from mail-io0-x229.google.com ([2607:f8b0:4001:c06::229]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bn3uD-0004q4-6a for pgadmin-hackers@postgresql.org; Thu, 22 Sep 2016 13:19:19 +0000 Received: by mail-io0-x229.google.com with SMTP id m79so85269115ioo.3 for ; Thu, 22 Sep 2016 06:19:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=CVCkBbY9DxQPrGsIyYUOCPA8udLZkkl2oSv+nAlbhOY=; b=uV4WkyCsMoawjkT77PtIrfq6xN6KKSCT/FUBPimg3VEWtx+NFO8d5VDjZ3XwnUYPoA qOF+/A2jWMuQKezjQD+nX8Trbszz3tFD0xbv3BYxiQKfnwzdjexZcuPVWcIbAMUEQqcj JLIni1fNxAn2tzJAE/r5jC0QnftneMgEtAwbwYHoqp7JFhQ5ExxJZ2sjmDa8GvHFkSWa OY/U+ZrdgNleGGp3kZaW8SPCJUApQOdRgA97zETBvI7w/MMBtyPwrjMS97dg+9NRCkR2 naALA2g/Ku5PcO5UFlFt493dyJfhm1VGG7k33FL6TPf6+R3F/dP5b0ETJYntk/d2CS5D ri4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=CVCkBbY9DxQPrGsIyYUOCPA8udLZkkl2oSv+nAlbhOY=; b=IHJfFiEfHzkI8a2OoUHjf/mAFlCi9JDFq2ldcJPPslhC4D61Lw/neyYAffqb998z5O O9UN2+3Bf+BQGfCZk9QIRqwdTR6AkSRV7Ogq2Y7/G+1F7BadvtCu7O3oapLDuNY3p9Fx Z+L8O2IgaUB82NT7AnrGQ2+Gg/NUPGrJcLl+YBBXe+BbRMX0pKOF5S7hF69xh0HIHKw/ egSyUZvz01Sd9nayzDs+jzPolrTiuuJIOOa6Z0WxEkUQKKNpQhYMNDlMamUR6KPrb6Kh JR7oE/tqBuvgXxa2WgoY/lVEFfu8zBYZeBRw6PdfB/Q7DJwV6fwezZeTUTarkeG/Q9wB 0D/g== X-Gm-Message-State: AA6/9RkGVJtb81s8/y7OhlsFgvY7+8fDDxY2oF1BEHbMvRmx+Uxzx/1u7XwB1NpHjbpuf9kZGLsET+9Y5L9nUA== X-Received: by 10.107.53.206 with SMTP id k75mr2520022ioo.195.1474550351408; Thu, 22 Sep 2016 06:19:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Thu, 22 Sep 2016 06:19:10 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Thu, 22 Sep 2016 14:19:10 +0100 Message-ID: Subject: Re: PATCH: To fix the issue with stats table in PG9.6 (pgAdmin4) To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Thanks, applied. On Thu, Sep 22, 2016 at 1:16 PM, Murtuza Zabuawala wrote: > Hi Dave, > > PFA updated patch. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Thu, Sep 22, 2016 at 5:33 PM, Dave Page wrote: >> >> Can you rebase this please? >> >> (pgadmin4)piranha:web dpage$ git apply ~/Downloads/RM_1719.patch >> error: patch failed: >> web/pgadmin/browser/server_groups/servers/__init__.py:662 >> error: web/pgadmin/browser/server_groups/servers/__init__.py: patch >> does not apply >> >> On Thu, Sep 22, 2016 at 8:20 AM, Murtuza Zabuawala >> wrote: >> > Hi, >> > >> > PFA patch to fix the issue where pgAdmin4 was throwing error when user >> > clicks on Statistics tab when using PG9.6. >> > RM#1719 >> > >> > Issue: >> > The column `waiting` has been removed from `pg_stat_activity` View >> > instead >> > two new columns has been added `wait_event` and `wait_event_type`. >> > >> > -- >> > Regards, >> > Murtuza Zabuawala >> > EnterpriseDB: http://www.enterprisedb.com >> > The Enterprise PostgreSQL Company >> > >> > >> > -- >> > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >> > To make changes to your subscription: >> > http://www.postgresql.org/mailpref/pgadmin-hackers >> > >> >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers