Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cac2g-0001nB-Sb for pgadmin-hackers@arkaria.postgresql.org; Mon, 06 Feb 2017 05:40:46 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cac2g-00008D-FT for pgadmin-hackers@arkaria.postgresql.org; Mon, 06 Feb 2017 05:40:46 +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 1cac2f-00006w-Pi for pgadmin-hackers@postgresql.org; Mon, 06 Feb 2017 05:40:45 +0000 Received: from mail-ot0-x230.google.com ([2607:f8b0:4003:c0f::230]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1cac2c-0005Xy-B8 for pgadmin-hackers@postgresql.org; Mon, 06 Feb 2017 05:40:45 +0000 Received: by mail-ot0-x230.google.com with SMTP id 73so54863998otj.0 for ; Sun, 05 Feb 2017 21:40:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=iaYZv6ok0RrlRzzefaCgk5Dh1Y/IPvupv73CkArkNm4=; b=LAIhE7H7BiQs2c9TzCV9Y/fQwDKrk1jKIbIehaGlVAjESakmbADV3a40lOxw3abLGp RLuTnHheQKB1BeK7zZZ7+3UlFZwL5T1kbx4qPulBehLRsQd3IIFhETwzIjcFNsDD5T1E 8dGWm3WcJpQw6dtp2CBI/khXh/lSbKwN0jvSfWP5qB7/l5+atulki0HBFf9Rq45iZFpk 4JdijwEFrUjIdHMmjzAoUxD1C1e3XFP1WHsVBqYfQpziAXo4eUjp5OZFqjYPCk6xpO80 PXKLB5OThbIMCXFBQ2eEsWrtW+hw056IDxoWGFIPi3CQqs/da7ebIege7KoJGNBCJAVe PDqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=iaYZv6ok0RrlRzzefaCgk5Dh1Y/IPvupv73CkArkNm4=; b=Q/VBHXpNmhYG6kPszjedM6ZIcffmnuAr8phLlSUYJNGg5SuwbY+55b5OZWIz1knM3V 6t2Es2zxvIt9t5tN5l+BhV/qxy5gTFR/IOsA8LRghLxeDBvo/n01dH+loVxwKYyshxMh W5dNQxLDhUkJ6tbu8Pnc+LhK3knMiulEHF8Hx9aNNrgZSuL46XqbEIjf1dZsAQZVTimH 7ddu9P+3J9F1vleZmqqQgfKCrU8MSj9SDkN6II9FxZpN9KuR3jLr9ThmuAP4X6adkDez to1yr5jGErWAZfRinUHny8WwsnR0+grvqs6w6xCKuAwsWWBoAJUsFreDcFWlbLPfex3C /ppw== X-Gm-Message-State: AMke39lPS3NFtYS68ZLeBf9NyVL4QzoH5v6VFaaVXWkL2ZhmL0tLUtoGa/EPwZCVLf/DudqwK1uFMW44XPkxKjMl X-Received: by 10.157.5.161 with SMTP id 30mr3942979otd.74.1486359640294; Sun, 05 Feb 2017 21:40:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.183.26.2 with HTTP; Sun, 5 Feb 2017 21:40:19 -0800 (PST) From: Murtuza Zabuawala Date: Mon, 6 Feb 2017 11:10:19 +0530 Message-ID: Subject: [pgAdmin4][PATCH] To fix graphical explain for Insert/Update/Delete quries To: pgadmin-hackers Content-Type: multipart/mixed; boundary=001a113926645e7f610547d61213 X-Pg-Spam-Score: -1.9 (-) 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 --001a113926645e7f610547d61213 Content-Type: multipart/alternative; boundary=001a113926645e7f5a0547d61211 --001a113926645e7f5a0547d61211 Content-Type: text/plain; charset=UTF-8 Hi, PFA patch to fix the issue with Graphical Explain plan functionality which was breaking for INSERT/UPDATE/DELETE explain plans. RM#2133 *Issue:* It was due to typo in imageMapper object. Please review. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company --001a113926645e7f5a0547d61211 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

PFA patch to fix the issue with Gra= phical Explain plan functionality which was breaking for INSERT/UPDATE/DELE= TE explain plans.
RM#2133

Issue:<= /u> It was due to typo in imageMapper object.

Plea= se review.

=
--
Regards,
Murtuza Zabuawala
EnterpriseDB:=C2=A0http://www.enterprisedb.com
The Enterprise PostgreSQL= Company

--001a113926645e7f5a0547d61211-- --001a113926645e7f610547d61213 Content-Type: text/plain; charset=US-ASCII; name="Fix_graphical_explain_issue.diff" Content-Disposition: attachment; filename="Fix_graphical_explain_issue.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_iyto0w7v0 ZGlmZiAtLWdpdCBhL3dlYi9wZ2FkbWluL21pc2MvdGVtcGxhdGVzL2V4cGxh aW4vanMvZXhwbGFpbi5qcyBiL3dlYi9wZ2FkbWluL21pc2MvdGVtcGxhdGVz L2V4cGxhaW4vanMvZXhwbGFpbi5qcwppbmRleCAzODJmZDYxLi4zYzRjNmQ5 IDEwMDY0NAotLS0gYS93ZWIvcGdhZG1pbi9taXNjL3RlbXBsYXRlcy9leHBs YWluL2pzL2V4cGxhaW4uanMKKysrIGIvd2ViL3BnYWRtaW4vbWlzYy90ZW1w bGF0ZXMvZXhwbGFpbi9qcy9leHBsYWluLmpzCkBAIC0xNDUsMTEgKzE0NSwx MSBAQCB2YXIgaW1hZ2VNYXBwZXIgPSB7CiAgIH0KIH0sCiAiTW9kaWZ5VGFi bGUiIDogZnVuY3Rpb24oZGF0YSkgewotICBzd2l0Y2ggKGRhdGFbJ09wZXJh dG9uJ10pIHsKLSAgICBjYXNlICJpbnNlcnQiOiByZXR1cm4geyAiaW1hZ2Ui OiJleF9pbnNlcnQucG5nIiwKKyAgc3dpdGNoIChkYXRhWydPcGVyYXRpb24n XSkgeworICAgIGNhc2UgIkluc2VydCI6IHJldHVybiB7ICJpbWFnZSI6ImV4 X2luc2VydC5wbmciLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICJp bWFnZV90ZXh0IjoiSW5zZXJ0IgogICAgICAgICAgICAgICAgICAgICAgICAg ICAgfTsKLSAgICBjYXNlICJ1cGRhdGUiOiByZXR1cm4geyJpbWFnZSI6ImV4 X3VwZGF0ZS5wbmciLCJpbWFnZV90ZXh0IjoiVXBkYXRlIn07CisgICAgY2Fz ZSAiVXBkYXRlIjogcmV0dXJuIHsiaW1hZ2UiOiJleF91cGRhdGUucG5nIiwi aW1hZ2VfdGV4dCI6IlVwZGF0ZSJ9OwogICAgIGNhc2UgIkRlbGV0ZSI6IHJl dHVybiB7ImltYWdlIjoiZXhfZGVsZXRlLnBuZyIsImltYWdlX3RleHQiOiJE ZWxldGUifTsKICAgfQogfSwK --001a113926645e7f610547d61213 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers --001a113926645e7f610547d61213--