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 1qnE0R-00AAm7-8L for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:19 +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 1qnE0P-00HWFn-SN for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ql7KA-00BivJ-Cy for pgadmin-hackers@lists.postgresql.org; Tue, 26 Sep 2023 12:37:58 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ql7K7-007g83-0m for pgadmin-hackers@lists.postgresql.org; Tue, 26 Sep 2023 12:37:57 +0000 Received: from github.com (hubbernetes-node-85f6ec2.ash1-iad.github.net [10.56.147.42]) by smtp.github.com (Postfix) with ESMTPA id 0DCC8101156 for ; Tue, 26 Sep 2023 05:37:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695731873; bh=AUbcmYnmnsVtxiOqMn0JVAudR2d4MpFHnPNYRYKbbHA=; h=Date:From:To:Subject:From; b=LZsJT/opw/qGaoU17TvTBWQjXZAW9VH3IFndvXGMYvGG+hpnURUVakCZKOsd5hR5F ve0CPmvKm4irrbtQZn3E5ampTwZxu1Qt+fio9VQ4DuI97Ixb4MFYgR5S6sfJ2Arnlp +DFAcWOSCDuPUeZ2S9hRtPiIbFkzi6aHgD77OtXU= Date: Tue, 26 Sep 2023 05:37:53 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 405054: Fixed an issue where the wrong message 'Current da... 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: 4050545f7c96ab0fab294e064d894742f3931b0b https://github.com/pgadmin-org/pgadmin4/commit/4050545f7c96ab0fab294e064d894742f3931b0b Author: Akshay Joshi Date: 2023-09-26 (Tue, 26 Sep 2023) Changed paths: M docs/en_US/release_notes_7_8.rst M web/pgadmin/tools/debugger/static/js/DebuggerModule.js Log Message: ----------- Fixed an issue where the wrong message 'Current database has been moved or renamed' is displayed when debugging any function. #6482