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 1tgVA5-00BFG2-CM for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Feb 2025 20:41:17 +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 1tgVA4-005VHS-H6 for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Feb 2025 20:41:16 +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 1tgVA4-005VHK-80 for pgsql-hackers@lists.postgresql.org; Fri, 07 Feb 2025 20:41:16 +0000 Received: from forward501d.mail.yandex.net ([2a02:6b8:c41:1300:1:45:d181:d501]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tgVA1-004Qos-11 for pgsql-hackers@lists.postgresql.org; Fri, 07 Feb 2025 20:41:15 +0000 Received: from mail-nwsmtp-smtp-production-main-99.klg.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-99.klg.yp-c.yandex.net [IPv6:2a02:6b8:c42:26a5:0:640:547b:0]) by forward501d.mail.yandex.net (Yandex) with ESMTPS id 08C8D61069; Fri, 7 Feb 2025 23:41:12 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-99.klg.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id 9fuKET5OoeA0-PhStUvtz; Fri, 07 Feb 2025 23:41:11 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tantorlabs.com; s=mail; t=1738960871; bh=Bgfr75N+HoLgbPnYSUokdhyt99hkuCmCrxyOYDtscPA=; h=From:In-Reply-To:Cc:Date:References:To:Subject:Message-ID; b=Jec8F2vRs3aGRq6qSss6rvmoF2WLagSswzbbGdclFu82bpg4Uq+H9di/+ZJiRS/OX /cbvcIZbiF4sNrKpWhvSddVo3tgEtC0cRe3lTpb8eqcD/YWnIxtj2m8wnKhcST9m+V 7TSMJA7tZN3+Wia5qP4KLgv4L5606+/MKISKpAiM= Authentication-Results: mail-nwsmtp-smtp-production-main-99.klg.yp-c.yandex.net; dkim=pass header.i=@tantorlabs.com Message-ID: <70bc1af0-6910-4f71-84ba-fa02095fe9ba@tantorlabs.com> Date: Fri, 7 Feb 2025 23:41:08 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: explain analyze rows=%.0f To: Matheus Alcantara Cc: Guillaume Lelarge , Daniel Gustafsson , Ibrar Ahmed , "Gregory Stark (as CFM)" , Tom Lane , Robert Haas , Amit Kapila , Justin Pryzby , Peter Geoghegan , vignesh C , "David G. Johnston" , pgsql-hackers@lists.postgresql.org References: <20220707222015.GD13040@telsasoft.com> <2954811.1667711530@sss.pgh.pa.us> <55695d15-c738-4401-8883-58bc855c9b03@tantorlabs.com> <58bb3a5b-c92a-408c-b02a-f47aedc1c0e2@tantorlabs.com> Content-Language: en-US From: Ilia Evdokimov In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 07.02.2025 22:59, Matheus Alcantara wrote: > Hi > v6 is not applying on master, could you please rebase? > > git apply v6-0001-Clarify-display-of-rows-and-loops-as-decimal-fraction.patch > error: patch failed: src/test/regress/expected/partition_prune.out:3041 > error: src/test/regress/expected/partition_prune.out: patch does not apply > Hi Strange, I don't have any problems to apply it on master. postgres$ git branch     * master postgres$ git pull     Already up to date. postgres$ git apply v6-0001-Clarify-display-of-rows-and-loops-as-decimal-fraction.patch postgres$ -- Best regards, Ilia Evdokimov, Tantor Labs LLC.