RE: Add enable_groupagg GUC parameter to control GroupAggregate usage - Mailing list pgsql-hackers

From Tatsuro Yamada
Subject RE: Add enable_groupagg GUC parameter to control GroupAggregate usage
Date
Msg-id TY4P301MB12991DBFCA7ABB9A819D97CE9EFE2@TY4P301MB1299.JPNP301.PROD.OUTLOOK.COM
Whole thread
In response to Re: Add enable_groupagg GUC parameter to control GroupAggregate usage  (Richard Guo <guofenglinux@gmail.com>)
List pgsql-hackers
Hi Richard,

> Pushed.
> 
> I still listed myself as Co-authored-by rather than Author, because I
> want to give full credit to you, as this is your idea and your patch.

Thank you for the commit!
I also appreciate your consideration in giving me full credit for the patch.

Regards,
Tatsuro Yamada

> -----Original Message-----
> From: Richard Guo <guofenglinux@gmail.com>
> Sent: Thursday, July 9, 2026 10:02 AM
> To: Tatsuro Yamada(山田達朗) <tatsuro.yamada@ntt.com>
> Cc: Tatsuro Yamada <yamatattsu@gmail.com>; David Rowley
> <dgrowleyml@gmail.com>; Ashutosh Bapat
> <ashutosh.bapat.oss@gmail.com>; pgsql-hackers@lists.postgresql.org
> Subject: Re: Add enable_groupagg GUC parameter to control GroupAggregate
> usage
> 
> On Wed, Jul 8, 2026 at 8:54 PM Tatsuro Yamada <tatsuro.yamada@ntt.com>
> wrote:
> > I'm in favor of committing this.
> > Before you do, I'd like to clarify one point regarding the commit message.
> > Would it make sense to list both of us as authors?
> >
> > The reason I ask is that you made substantial changes to the patch,
> > including handling additional plan nodes such as SetOp and adding
> regression
> > tests. Given those contributions, I wondered whether it would be more
> > appropriate for both of us to be listed as authors. (I've seen past commits
> that
> > included two Author: lines.)
> > I'm happy to leave that decision to you.
> 
> Pushed.
> 
> I still listed myself as Co-authored-by rather than Author, because I
> want to give full credit to you, as this is your idea and your patch.
> 
> - Richard

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Hash index bucket split bug
Next
From: Akshay Joshi
Date:
Subject: Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement