Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o9sWP-0004o7-7T for pgsql-hackers@arkaria.postgresql.org; Fri, 08 Jul 2022 18:16:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1o9sWN-0006fx-S6 for pgsql-hackers@arkaria.postgresql.org; Fri, 08 Jul 2022 18:16:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o9sWN-0006fo-Il for pgsql-hackers@lists.postgresql.org; Fri, 08 Jul 2022 18:16:07 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o9sWI-0006iF-QI for pgsql-hackers@postgresql.org; Fri, 08 Jul 2022 18:16:07 +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 268IFvIH3417140; Fri, 8 Jul 2022 14:15:57 -0400 From: Tom Lane To: Alvaro Herrera cc: Peter Eisentraut , David Rowley , pgsql-hackers Subject: Re: automatically generating node support functions In-reply-to: <20220708164534.nbejhgt4ajz35p65@alvherre.pgsql> References: <20220708164534.nbejhgt4ajz35p65@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Fri, 08 Jul 2022 18:45:34 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3417138.1657304157.1@sss.pgh.pa.us> Date: Fri, 08 Jul 2022 14:15:57 -0400 Message-ID: <3417139.1657304157@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > While going over this patch, I noticed that I forgot to add support for > XidList in copyfuncs.c. OK if I push this soon quickly? Yeah, go ahead, that part of copyfuncs is still going to be manually maintained, so we need the fix. What about equalfuncs etc? regards, tom lane