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 1syEOF-00FF7R-JJ for pgsql-hackers@arkaria.postgresql.org; Tue, 08 Oct 2024 17:52:55 +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 1syEOE-00AkpX-94 for pgsql-hackers@arkaria.postgresql.org; Tue, 08 Oct 2024 17:52:54 +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 1syEOD-00AkpH-Vl for pgsql-hackers@lists.postgresql.org; Tue, 08 Oct 2024 17:52:53 +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 1syEOB-003BEq-BG for pgsql-hackers@postgresql.org; Tue, 08 Oct 2024 17:52:52 +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 498HqnvX2003263; Tue, 8 Oct 2024 13:52:49 -0400 From: Tom Lane To: "Andrey M. Borodin" cc: Aleksander Alekseev , PostgreSQL Hackers , Marat Bukharov , David Rowley Subject: Re: [PATCH] Add min/max aggregate functions to BYTEA In-reply-to: References: Comments: In-reply-to "Andrey M. Borodin" message dated "Tue, 08 Oct 2024 19:33:03 +0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2003261.1728409969.1@sss.pgh.pa.us> Date: Tue, 08 Oct 2024 13:52:49 -0400 Message-ID: <2003262.1728409969@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "Andrey M. Borodin" writes: > IMO the patch looks RfC. LGTM too. Pushed. regards, tom lane