Re: BUG #18568: BUG: Result wrong when do group by on partition table!

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: 狂奔的蜗牛 <1105066510(at)qq(dot)com>, Tender Wang <tndrwang(at)gmail(dot)com>, pgsql-bugs <pgsql-bugs(at)lists(dot)postgresql(dot)org>, aleksander <aleksander(at)timescale(dot)com>
Subject: Re: BUG #18568: BUG: Result wrong when do group by on partition table!
Date: 2024-10-23 01:12:12
Message-ID: CA+HiwqG+T0sE0OvML23V4Aqs-31-_bsqjrdqweE68q5ggAb5TA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Oct 22, 2024 at 9:28 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> On Mon, Oct 21, 2024 at 5:10 PM jian he <jian(dot)universality(at)gmail(dot)com> wrote:
> >
> > On Thu, Aug 8, 2024 at 7:21 PM 狂奔的蜗牛 <1105066510(at)qq(dot)com> wrote:
> > >
> > > Oh no!
> > > Sorry, I made a mistake on patch.
> > > v7 is new patch.
> >
> > regress tests will fail for build with.
> > -Dicu=disabled
> >
> > So I guess you have to put
> > src/test/regress/sql/partition_aggregate.sql related tests to
> > src/test/regress/sql/collate.icu.utf8.sql.
>
> Yes, I can see a regression diff such as this one when I push the
> patch to Cirrus CI:
>
> diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out
> /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out
> --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out
> 2024-10-22 07:42:10.098181779 +0000
> +++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_aggregate.out
> 2024-10-22 07:51:54.836528856 +0000
> @@ -1529,115 +1529,52 @@
> locale = 'und-u-ks-level2',
> deterministic = false
> );
> +ERROR: current database's encoding is not supported with this provider

My last 2 emails to 狂奔的蜗牛 (1105066510(at)qq(dot)com) have been blocked.

--
Thanks, Amit Langote

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tender Wang 2024-10-23 06:25:39 Re: BUG #18568: BUG: Result wrong when do group by on partition table!
Previous Message Michael Paquier 2024-10-22 23:37:35 Re: BUG #18614: [ECPG] out of bound in DecodeDateTime