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 1w9DJG-001Gff-32 for pgsql-hackers@arkaria.postgresql.org; Sun, 05 Apr 2026 02:33:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w9DJF-001JOq-0w for pgsql-hackers@arkaria.postgresql.org; Sun, 05 Apr 2026 02:33:57 +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 1w9DJF-001JOi-00 for pgsql-hackers@lists.postgresql.org; Sun, 05 Apr 2026 02:33:57 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1w9DJD-00000000cBC-2LVz for pgsql-hackers@lists.postgresql.org; Sun, 05 Apr 2026 02:33:56 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2026010100; h=In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-ID:Content-Description; bh=RN6WmZ/zmdQtwpKx7gQXQTmZ5y+TVEjIMjnKpLtpLmg=; b=5tZnxZtg3379eLSrwDOs6ViOTN FQZq97NEJcJXgjC0VfmF3xQ8Fuk1vBkzOCTajR3tIHyULE+v7bsjf+1FTqMe6mpMnd/OCPZ6L1bdT AdYqHYBd/ydNfTV3zL+dwyoX/czwInn5NIjkbcLHWkCWa8ltfSHJDd85UC5vQDACEkiby5TyKQ31d McCeXhnbS5w1NiVMW4uIH/NX6L1bV8b2f1pRtBWKH+gZ4XKSEeJXbapcnJA7PY2aU6JRhLZc+n6TX gP29Q2isQi/z1cs801SAdCQ9CEEx+rEnStEqP4IMP/QgP6J7lb0tnzqpjUBf162fnb/wFusv6X//l +PhpqnCw==; Received: from bruce by momjian.us with local (Exim 4.98.2) (envelope-from ) id 1w9DJC-00000009W4n-2D8H; Sat, 04 Apr 2026 22:33:54 -0400 Date: Sat, 4 Apr 2026 22:33:54 -0400 From: Bruce Momjian To: Peter Geoghegan Cc: Andrey Borodin , PostgreSQL-development Subject: Re: PG 19 release notes and authors Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Sat, Apr 4, 2026 at 10:29:15PM -0400, Peter Geoghegan wrote: > On Sat, Apr 4, 2026 at 10:13 PM Bruce Momjian wrote: > > Yes, that was the original purpose. > > I didn't actually know that. That's likely my own fault. (OTOH I > haven't actually used the new tag at all, at least not yet.) Yes, that is what I used it for in the past. > > Basically, if a commit has no > > "Author" tag, the committer is assumed to be the author. If there is an > > "Author" tag, the committer is not assumed to be the author. If there > > is an Author tag and the committer wants author credit, they must add > > their name as an author. If the committer wants to indicate they > > changed the patch, and potentially added bugs, but doesn't want credit, > > the wiki says to use Co-authored-by. > > Got it. That makes sense to me (obviously, since I already said that > that's the only policy that could possibly be useful). > > > > What I'm saying here boils down to this: I don't think it's sensible > > > to expect the use of a specific tag variant (or even the order in > > > which author names appear) to convey much useful information. I really > > > hope nobody reads too much into my choices in this area. > > > > Well, I don't care what we decide, but we should decide something. You > > can say they don't convey information, but I need to put something in > > the release notes, so they are forced to have some effect. > > I think that Co-authored-by should either: 1. have a specific > mechanical purpose (like affecting how the release notes are written), > OR 2. not exist at all. > > What's the point, otherwise? It just doesn't make sense to have a > Co-authored-by that merely conveys a general vibe. These things are > inherently squishy and subjective. Pretending otherwise would be a > mistake (to be clear I'm not suggesting that you or anybody else has > made that mistake). Yes, that was the argument --- Co-authored-by should have some purpose because making it behave like Author has little value. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.