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 1rRxGo-00AQ9B-GL for pgsql-hackers@arkaria.postgresql.org; Mon, 22 Jan 2024 16:35:35 +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 1rRxGn-0055Vp-JK for pgsql-hackers@arkaria.postgresql.org; Mon, 22 Jan 2024 16:35:33 +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 1rRxGn-0055Vh-AE for pgsql-hackers@lists.postgresql.org; Mon, 22 Jan 2024 16:35:33 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rRxGk-0039Nh-Jt for pgsql-hackers@postgresql.org; Mon, 22 Jan 2024 16:35:32 +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 40MGZMBD3746173; Mon, 22 Jan 2024 11:35:22 -0500 From: Tom Lane To: Dmitry Dolgov <9erthalion6@gmail.com> cc: Peter Smith , vignesh C , Michael Paquier , Nathan Bossart , "Gregory Stark (as CFM)" , David Geier , Sergei Kornilov , Alvaro Herrera , Marcos Pegoraro , Robert Haas , Zhihong Yu , David Steele , PostgreSQL-development , Pavel Trukhanov Subject: Re: pg_stat_statements and "IN" conditions In-reply-to: <20240122161123.tzau4pe6wp7h5vh2@erthalion.local> References: <20231013133519.yf26oncodrvemfjw@ddolgov.remote.csb> <20231017081541.octf6qghtjllwtvj@erthalion.local> <20231027150244.jmdvn23l4rpx6hha@erthalion.local> <20231031090307.qkpmcgq53bzcoz7c@erthalion.local> <20240108161020.pltnhlbtc7x32tj4@erthalion.local> <20240113140538.ifmkd7y2kvfnsj3w@erthalion.local> <20240122161123.tzau4pe6wp7h5vh2@erthalion.local> Comments: In-reply-to Dmitry Dolgov <9erthalion6@gmail.com> message dated "Mon, 22 Jan 2024 17:11:23 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3746171.1705941322.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Mon, 22 Jan 2024 11:35:22 -0500 Message-ID: <3746172.1705941322@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Dmitry Dolgov <9erthalion6@gmail.com> writes: >> On Mon, Jan 22, 2024 at 05:33:26PM +1100, Peter Smith wrote: >> Hi, This patch has a CF status of "Needs Review" [1], but it seems >> there was a CFbot test failure last time it was run [2]. Please have a >> look and post an updated version if necessary. >> = >> =3D=3D=3D=3D=3D=3D >> [1] https://commitfest.postgresql.org/46/2837/ >> [2] https://cirrus-ci.com/task/6688578378399744 > It's the same failing pipeline Vignesh C was talking above. I've fixed > the issue in the latest patch version, but looks like it wasn't picked > up yet (from what I understand, the latest build for this CF is 8 weeks > old). Please notice that at the moment, it's not being tested at all because of a patch-apply failure -- that's what the little triangular symbol means. The rest of the display concerns the test results from the last successfully-applied patch version. (Perhaps that isn't a particularly great UI design.) If you click on the triangle you find out =3D=3D Applying patches on top of PostgreSQL commit ID b0f0a9432d0b6f53634= a96715f2666f6d4ea25a1 =3D=3D=3D =3D=3D=3D applying patch ./v17-0001-Prevent-jumbling-of-every-element-in-A= rrayExpr.patch patching file contrib/pg_stat_statements/Makefile Hunk #1 FAILED at 19. 1 out of 1 hunk FAILED -- saving rejects to file contrib/pg_stat_statement= s/Makefile.rej patching file contrib/pg_stat_statements/expected/merging.out patching file contrib/pg_stat_statements/meson.build ... regards, tom lane