Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qsGor-007N6m-2F for pgadmin-hackers@arkaria.postgresql.org; Mon, 16 Oct 2023 06:11:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qsGoo-00GD7A-OY for pgadmin-hackers@arkaria.postgresql.org; Mon, 16 Oct 2023 06:11:11 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qsGoo-00GD72-HL for pgadmin-hackers@lists.postgresql.org; Mon, 16 Oct 2023 06:11:11 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qsGoi-000hra-37 for pgadmin-hackers@lists.postgresql.org; Mon, 16 Oct 2023 06:11:09 +0000 Received: from github.com (hubbernetes-node-ffed476.ac4-iad.github.net [10.52.141.31]) by smtp.github.com (Postfix) with ESMTPA id C57295E0DC3 for ; Sun, 15 Oct 2023 23:11:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697436662; bh=KfLrpI/SD8+hQ+uuEB7F/iq8FdCLCfoKk+OnL2sl5hY=; h=Date:From:To:Subject:From; b=fiZaiuA4dRqHmnTcfhdLadx5NDyHpB8jr202TOcgG3EbAhiGL8bjsyYY7225yObt6 NSshXKuFkzKFLTi4PzSY7oBUAcovSvuP7Ga+QLlBdSSxT0Oz+8ZEsGsBd10CPniipV C7UsqK+d1aM+cFfwxppPrhVTEM9GuVwYa75hrJhw= Date: Sun, 15 Oct 2023 23:11:02 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 47e734: Fix an issue in graphical explain plan where query... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 47e734dbf2ca4c2ee5864300f883ceb630735bf9 https://github.com/pgadmin-org/pgadmin4/commit/47e734dbf2ca4c2ee5864300f883ceb630735bf9 Author: Aditya Toshniwal Date: 2023-10-16 (Mon, 16 Oct 2023) Changed paths: M docs/en_US/release_notes_7_8.rst M web/pgadmin/static/js/Explain/Graphical.jsx Log Message: ----------- Fix an issue in graphical explain plan where query tool crashes when the plan has parallel workers details and sort node is clicked for details. #6858