Re: Inconsistent Behavior of GROUP BY ROLLUP in v17 vs master

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: David Rowley <dgrowleyml(at)gmail(dot)com>, 邱宇航 <iamqyh(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Inconsistent Behavior of GROUP BY ROLLUP in v17 vs master
Date: 2025-10-21 04:12:30
Message-ID: CAMbWs4_VxjdM-nBvt8YE=84rE4OLBES27Wz1P0=9Z6KgwPqzEA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Oct 21, 2025 at 12:58 PM Richard Guo <guofenglinux(at)gmail(dot)com> wrote:
> Cool! I've pushed and back-patched v5. Thanks for working on this
> patch.

Oops, I made a mistake in the test case for v18. Fixing it now…

- Richard

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-10-21 04:18:16 Re: Inconsistent Behavior of GROUP BY ROLLUP in v17 vs master
Previous Message Amit Langote 2025-10-21 04:07:19 Re: Eliminating SPI / SQL from some RI triggers - take 3