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.96) (envelope-from ) id 1wQAMf-001KXa-10 for pgsql-bugs@arkaria.postgresql.org; Thu, 21 May 2026 20:51:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wQAMc-00Azq7-06 for pgsql-bugs@arkaria.postgresql.org; Thu, 21 May 2026 20:51:30 +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.96) (envelope-from ) id 1wQAMb-00Azpy-2D for pgsql-bugs@lists.postgresql.org; Thu, 21 May 2026 20:51:30 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wQAMY-000000009YP-3kQ1 for pgsql-bugs@lists.postgresql.org; Thu, 21 May 2026 20:51:29 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 72674610D69 for ; Thu, 21 May 2026 22:51:22 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 5EDD96119F4; Thu, 21 May 2026 22:51:22 +0200 (CEST) Received: from localhost (unknown [172.22.191.6]) by s979.loopia.se (Postfix) with ESMTP id 57F7F10BC43D; Thu, 21 May 2026 22:51:22 +0200 (CEST) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s474.loopia.se (amavis); dkim=pass (2048-bit key) header.d=proxel.se Received: from s899.loopia.se ([172.22.191.5]) by localhost (s474.loopia.se [172.22.190.14]) (amavis, port 10024) with LMTP id 2x1zw72kr-FI; Thu, 21 May 2026 22:51:21 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: andreas@proxel.se X-Loopia-Originating-IP: 147.28.75.140 Received: from [192.168.0.121] (customer-147-28-75-140.stosn.net [147.28.75.140]) (Authenticated sender: andreas@proxel.se) by s899.loopia.se (Postfix) with ESMTPSA id 972962C8B912; Thu, 21 May 2026 22:51:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1779396681; bh=R9YIwaDnpxUuqMsQ/sf6mBBfnagDo0GxJCrQ4yvHlXw=; h=Date:Subject:To:References:From:In-Reply-To; b=owmInDsC7nk2gKGtaAdeeej8kjiK7Drp4hnGq8Y5wjTzRtuOeVTtIKOSQkPMbSrR6 3TPSIvwxvVba2z7XCDZqr3bPo9NSkz4AD38Cw/qyYZpP95WN00oom/UgxhrVbSV71+ nweShRVRwo1ceCXXUdl2S5OQVDCXIrlJJRinXX8FQmw0xukR9kYfLp5kgkcO/nEMsX 1rlm48Fy7lpDg1vZY2m2XsFYxLRngX6yzzhA+23q8ew2zV0FrObBdIKoBvOFg6hwn/ R0MLkRL0LszDv9NdZzli4P1HeILJI/qXaZiEXUn4FRNhHv+wzwaztqORTv6scn6DRT rmEcHHmBlv1xA== Message-ID: <06592796-db3e-4b75-9da1-a28f25c22bf4@proxel.se> Date: Thu, 21 May 2026 22:51:19 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: BUG #19489: Function Name Conflict Between TimescaleDB and pg_stat_monitor Affecting Extension Upgrade To: siddharth.gupta@nutanix.com, pgsql-bugs@lists.postgresql.org, PG Bug reporting form References: <19489-c0714e0a647fbe05@postgresql.org> From: Andreas Karlsson Content-Language: en-US In-Reply-To: <19489-c0714e0a647fbe05@postgresql.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 5/20/26 11:23 AM, PG Bug reporting form wrote: > We observed a potential function name conflict between TimescaleDB and > pg_stat_monitor during extension compatibility and upgrade validation. Hi, This does indeed seem quit unfortunate on our part but please report this in our Github project rather than here. This mailing list is only for bugs in PostgreSQL itself. https://github.com/percona/pg_stat_monitor/issues -- Andreas Karlsson Percona