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 1r3Elr-002kbB-1b for pgadmin-hackers@arkaria.postgresql.org; Wed, 15 Nov 2023 12:13:27 +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 1r3Elp-00GG3m-Mc for pgadmin-hackers@arkaria.postgresql.org; Wed, 15 Nov 2023 12:13:25 +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 1r3Elp-00GG3e-DS for pgadmin-hackers@lists.postgresql.org; Wed, 15 Nov 2023 12:13:25 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3Eln-005h4o-6q for pgadmin-hackers@lists.postgresql.org; Wed, 15 Nov 2023 12:13:24 +0000 Received: from github.com (hubbernetes-node-93a9927.ac4-iad.github.net [10.52.142.14]) by smtp.github.com (Postfix) with ESMTPA id 088E55E1305 for ; Wed, 15 Nov 2023 04:13:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700050402; bh=5ZE1HP4RsuQZbaRJ4mNxBESxNd8ACP8SUf+femLFobA=; h=Date:From:To:Subject:From; b=AZ7yqjBuSPEQfRf5A+alEnSh9mrSP1ebMmOos8PSYsfXmR3pWWhkmqIlFNYd8ZHmH tnyhzCKHIXclettKuhYP8ZG/JO5dHUl+mvLtwkKAyUjrFYYghpiXPElu6CE7t+vwkr wdJ1v+68X9xdfeTOb7XBSrRFzeMFLi+3pnckjGXU= Date: Wed, 15 Nov 2023 04:13:22 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] c4a5f8: Fix a crash issue occurring when debugging a funct... 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: c4a5f8d707abef6a2cc9124517b3f0634822a2a0 https://github.com/pgadmin-org/pgadmin4/commit/c4a5f8d707abef6a2cc9124517b3f0634822a2a0 Author: Aditya Toshniwal Date: 2023-11-15 (Wed, 15 Nov 2023) Changed paths: M web/migrations/versions/9426ad06a63b_.py M web/pgadmin/tools/debugger/__init__.py Log Message: ----------- Fix a crash issue occurring when debugging a function with arguments when using pgAdmin with external config database. #6904