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 1sskBu-00Aaog-0q for pgsql-hackers@arkaria.postgresql.org; Mon, 23 Sep 2024 14:37:30 +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 1sskBs-00AIRZ-MR for pgsql-hackers@arkaria.postgresql.org; Mon, 23 Sep 2024 14:37:28 +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 1sskBs-00AIPL-CI for pgsql-hackers@lists.postgresql.org; Mon, 23 Sep 2024 14:37:28 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sskBp-000f3r-NU for pgsql-hackers@lists.postgresql.org; Mon, 23 Sep 2024 14:37:27 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 48NEbGtm3078291; Mon, 23 Sep 2024 10:37:16 -0400 From: Tom Lane To: Tomas Vondra cc: Jakub Wartak , Robert Haas , PostgreSQL Hackers , Andres Freund Subject: Re: scalability bottlenecks with (many) partitions (and more) In-reply-to: <98229784-1ce8-4100-9236-a77f635f596b@vondra.me> References: <510b887e-c0ce-4a0c-a17a-2c6abb8d9a5c@enterprisedb.com> <52afd566-d110-43ea-ae72-69349d4414f6@vondra.me> <52f026c4-6c4e-4de2-bd78-609091d7c772@vondra.me> <14cd8763-c905-4705-99c5-cbcc5db06f50@vondra.me> <0775ba8a-920c-4d37-b202-989a90b6ee4c@vondra.me> <0f27b64b-5bf3-4140-98b7-635e312e1796@vondra.me> <3cebb4ab-1168-4259-8cb8-8a8ed7efeb43@vondra.me> <7c1eeafb-2375-4ff6-8469-0640d52d44ed@vondra.me> <2891628.1727019959@sss.pgh.pa! .us> <5a5be673-4102-4c52-b504-1b205d5b7f83@vondra.me> <2942266.1727046406@sss.pgh.pa.us> <98229784-1ce8-4100-9236-a77f635f5! 96b@vondra.me> Comments: In-reply-to Tomas Vondra message dated "Mon, 23 Sep 2024 12:26:40 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3078289.1727102236.1@sss.pgh.pa.us> Date: Mon, 23 Sep 2024 10:37:16 -0400 Message-ID: <3078290.1727102236@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Tomas Vondra writes: > Thanks. Pushed a fix for these issues, hopefully coverity will be happy. Thanks. > BTW is the coverity report accessible somewhere? I know someone > mentioned that in the past, but I don't recall the details. Maybe we > should have a list of all these resources, useful for committers, > somewhere on the wiki? Currently those reports only go to the security team. Perhaps we should rethink that? regards, tom lane