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.96) (envelope-from ) id 1whysk-000WIZ-2V for pgsql-hackers@arkaria.postgresql.org; Fri, 10 Jul 2026 00:14:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1whysj-00FKlQ-0p for pgsql-hackers@arkaria.postgresql.org; Fri, 10 Jul 2026 00:14:17 +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.96) (envelope-from ) id 1whysi-00FKlI-3C for pgsql-hackers@lists.postgresql.org; Fri, 10 Jul 2026 00:14:17 +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.98.2) (envelope-from ) id 1whysh-00000000OaN-39qJ for pgsql-hackers@postgresql.org; Fri, 10 Jul 2026 00:14:16 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 66A0ECsO2811068; Thu, 9 Jul 2026 20:14:12 -0400 From: Tom Lane To: Tomas Vondra cc: David Rowley , Peter Geoghegan , Andres Freund , Peter Eisentraut , pgsql-hackers@postgresql.org Subject: Re: s/pg_attribute_always_inline/pg_always_inline/? In-reply-to: <3184af6f-75a2-4b43-8223-897b71970fef@vondra.me> References: <56def459-2b95-42bc-b4e4-26e57f08b064@eisentraut.org> <4370bec0-df13-40f3-92ee-75974182e41f@vondra.me> <2391698.1783556089@sss.pgh.pa.us> <3184af6f-75a2-4b43-8223-897b71970fef@vondra.me> Comments: In-reply-to Tomas Vondra message dated "Fri, 10 Jul 2026 02:05:43 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2811066.1783642452.1@sss.pgh.pa.us> Date: Thu, 09 Jul 2026 20:14:12 -0400 Message-ID: <2811067.1783642452@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Tomas Vondra writes: > Does "backpatching the new macro" mean we'd also adjust all existing > places to use the new macro or not? I mean, we could backpatch just the > bit in c.h. I plan to adjust the places, to minimize possible conflicts > when backpatching other stuff. I think it'd be sufficient to add the new macro to the old branches. The point of back-patching at all, I think, is to save ourselves work if we have to back-patch some new code that uses the new style. regards, tom lane