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 1vdrXs-005qaB-0T for pgsql-hackers@arkaria.postgresql.org; Thu, 08 Jan 2026 15:03:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vdrXq-002ZtP-2b for pgsql-hackers@arkaria.postgresql.org; Thu, 08 Jan 2026 15:03:27 +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.96) (envelope-from ) id 1vdrXq-002ZtH-1S for pgsql-hackers@lists.postgresql.org; Thu, 08 Jan 2026 15:03:27 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vdrXo-005IN3-28 for pgsql-hackers@lists.postgresql.org; Thu, 08 Jan 2026 15:03:26 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2026010100; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=3jES23p3hPH1PmCxaK5Qqylhk5p1bJMQU/3Ed1p1eXQ=; b=ZnczT rE4vlDpyKEG7BgjphUinvyGjgarvf3RF2ao8Zb+oF7NC4I+u0D1RIuknRJU712ZV+yg3ugBfufWeL qtoxkkq+esoa1uedGoHEgZ6PmRnYpeYZ2gQbbrUFb9vt8RLMR4V9Xb5hZ6Zg8gmK2CxIXsjlQgSMv TxkEobnwRB/aR3EymuE638va+gBf03iGjSoeW29mBi19aAoqcehZg3zJohKpf3b1h76vPos6ZtlDb olmXDudswLIcJwXm63brdA//xcYtR9L6ZCyb3FzxdPgpH2duSDBGFXsqfnPvFjqfjYDs49MBTAFgn CGZDP2ViRYZfY8HbC5PMAumctYWgA==; Received: from bruce by momjian.us with local (Exim 4.98.2) (envelope-from ) id 1vdrXm-0000000F6gm-2oNR; Thu, 08 Jan 2026 10:03:22 -0500 Date: Thu, 8 Jan 2026 10:03:22 -0500 From: Bruce Momjian To: Andres Freund Cc: pgsql-hackers@lists.postgresql.org, Greg Sabino Mullane Subject: Re: [PATCH] Provide support for trailing commas Message-ID: References: <86BF995D-5959-458C-8F63-DDDB250B058B@anarazel.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86BF995D-5959-458C-8F63-DDDB250B058B@anarazel.de> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Jan 8, 2026 at 12:51:14AM -0500, Andres Freund wrote: > Hi, > > On January 7, 2026 11:44:29 PM EST, Bruce Momjian wrote: > >On Tue, Jan 6, 2026 at 03:35:38PM -0500, Greg Sabino Mullane wrote: > >> tl;dr Provide support for trailing commas, where possible and practical. > >> > >> (Disclaimer: No LLM or AI was used to craft this patch or this email) > >> > >> Happy New Year! Please find attached a patch to provide comprehensive trailing > >> comma support, where we allow (when possible) a comma that does NOT come before > >> the next item in a list. To wit: > > > >I am unclear why you bothered to create and work on such a large email > >and patch rather than ask if this was a desired change; see: > > > > https://wiki.postgresql.org/wiki/Todo#Development_Process > > Meh. This kind of change really needs information about the > implementation cost to be judged. The process described there rarely is > a good idea for anybody that has some community experience. I disagree. It was clear in this case that it was the concept that was not wanted, rather than the implementation cost. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.