Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1ej4JR-0004oF-1m for pgadmin-hackers@arkaria.postgresql.org; Tue, 06 Feb 2018 14:33:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ej4JP-0005nR-UF for pgadmin-hackers@arkaria.postgresql.org; Tue, 06 Feb 2018 14:33:31 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ej4JP-0005lG-I3 for pgadmin-hackers@lists.postgresql.org; Tue, 06 Feb 2018 14:33:31 +0000 Received: from mail-it0-x233.google.com ([2607:f8b0:4001:c0b::233]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ej4JL-0005PH-CB for pgadmin-hackers@postgresql.org; Tue, 06 Feb 2018 14:33:29 +0000 Received: by mail-it0-x233.google.com with SMTP id e1so2662401ita.0 for ; Tue, 06 Feb 2018 06:33:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pivotal-io.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Yg0Dy+BUu6vfM1CahXstCL52Ax9AfpVRk+QsHkxC4XU=; b=jZ4WvJo+zZCWpy4wrUhFTvaYuevjChHHu3cLSL2RgUAkX5EgIG1ZzhFnlGcq+kKJHo img68XYSHKBYsjI/Q0kKq5abxHBCCCyzrQXaVXroQvW/hhZMcpzCQl8G/+Ni6MzG/LhS W0CkZqiuKCJ1PwKdyhyoavFLJI48cOk0ruZOIRyckz54k0Sm5ds81/eh2ybbI98jO2yl 1Ff7v9L6A4m1o2JXKPHhgm5CoMkX7QktBYmZS9nFkfdABRb+1lMX3npZlZUcx3u0IaGX 3/unJX9VXIcnPppJr/bnhPUruUIzybX/ULBA8hORxcRA03Nyvcjiem1Lg2TYCanBd6Bq 4cbw== 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; bh=Yg0Dy+BUu6vfM1CahXstCL52Ax9AfpVRk+QsHkxC4XU=; b=X6PLOFVHdW1jjDOBYVv5jyep9NAjMq1Hz4tvKn1AM9h6PFIaxRgyNVY8Hk+eBYym5C U1B7cQDSm+cGtFImqk5gyiLlZWkcNFIgB9OR1ORtdRgcJEn4A0Zj9HJjbyk2Ndf50UHh Ua8oFbGLg60dHnWzyai62q+cTBWYqXnR2vFH08jneZoR7lqQKhopCIDvNfdWLFseuOVY ngkYDQbuyyA/WtePL9KTApUsCFHF+ijNPU3+iostU0DKWIOoVkEGWt1b+SzoOKvCfjoe 86A2f3RvYEvVjWjUFnbP8zhnrkQMjHj8PJ5isGkjBD2DVUq6UUsSLGUpag4WmDdAY//Z K7+Q== X-Gm-Message-State: APf1xPDl2CpuoSxf7WnpYtE7oChkAfyf0V9g4f0ZynxL4I4AS0s9/vzo Xa8wOz9T1QXfPHrdRUYxFIx9wdZLtj5SQJm4AgYWFg== X-Google-Smtp-Source: AH8x22725yH1PU6oLBMt/ohyw+2gueb7oFGjiCbAFzfcJV519Km7LhETXm/EeSdt4FvOwEgs688uPBJNkALKI5vqHyE= X-Received: by 10.36.160.194 with SMTP id o185mr3208526ite.79.1517927599534; Tue, 06 Feb 2018 06:33:19 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Joao De Almeida Pereira Date: Tue, 06 Feb 2018 14:33:09 +0000 Message-ID: Subject: Re: [pgadmin][patch] [GreenPlum] When user press Explain Plan and Explain analyze plan an error is displayed To: pgadmin-hackers Content-Type: multipart/alternative; boundary="94eb2c03cc145d950305648c0fe6" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --94eb2c03cc145d950305648c0fe6 Content-Type: text/plain; charset="UTF-8" Hello, Any feedback on this Patch? Thanks Joao On Fri, Feb 2, 2018 at 5:50 PM Joao De Almeida Pereira < jdealmeidapereira@pivotal.io> wrote: > Hi Hackers, > This is quite a big patch in order to solve the problem with the Explain > Plan. > > We sent 2 patches that have the following: > *- update-javascript-packages.diff * > Add package: > is-docker to select a specific setting when running the Chrome tests > in > Docker > > Upgrade the version of: > - babel-loader > - extract-text-webpack-plugin > - jasmine-core > - jasmine-enzyme > - moment > *- explain-plan-greenplum.diff* > Extract SQLEditor.execute and SQLEditor._poll into their own files and > add test around them > Extract SQLEditor backend functions that start executing query to their > own files and add tests around it > Move the Explain SQL from the front-end and now pass the Explain plan > parameters as a JSON object in the start query call. > Extract the compile_template_name into a function that can be used by > the different places that try to select the version of the template and the > server type > > > Thanks > Joao > --94eb2c03cc145d950305648c0fe6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,
Any feedback on this Patch?

Thanks
Joao

--94eb2c03cc145d950305648c0fe6--