Re: Infinite Interval

Поиск
Список
Период
Сортировка
От Ashutosh Bapat
Тема Re: Infinite Interval
Дата
Msg-id CAExHW5uWY+aqh5vcZD1dR6aH9iU_EZRxWeOhut3wRr_DhMtjKA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Infinite Interval  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
Ответы Re: Infinite Interval  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Fixed assertion in time_mi_time(). It needed to assert that the result
is FINITE but it was doing the other way round and that triggered some
failures in cfbot.

On Fri, Jun 23, 2023 at 1:13 PM Ashutosh Bapat
<ashutosh.bapat.oss@gmail.com> wrote:
>
> Resending with .patch at the end in case cfbot needs that too.
>
> On Fri, Jun 23, 2023 at 12:57 PM Ashutosh Bapat
> <ashutosh.bapat.oss@gmail.com> wrote:
> >
> > Looks like cfbot didn't like the names of these patches. It tried to
> > apply v20-0003 first and that failed. Attached patches with names in
> > sequential order. Let's see if that makes cfbot happy.
> >
> > On Thu, Apr 13, 2023 at 12:05 AM Joseph Koshakow <koshy44@gmail.com> wrote:
> > >
> > >
> > >
> > > On Wed, Apr 12, 2023 at 9:11 AM Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> wrote:
> > >
> > > >    I modified this to WHERE isfinite(t.f1) or isfinite(d.f1). The output
> > > >    contains a lot of additions with infinity::interval but that might be
> > > >    ok. No errors.
> > >
> > > Attached is a patch with this testing change.
> > >
> > > Thanks,
> > > Joe Koshakow
> >
> >
> >
> > --
> > Best Wishes,
> > Ashutosh Bapat
>
>
>
> --
> Best Wishes,
> Ashutosh Bapat



--
Best Wishes,
Ashutosh Bapat

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication
Следующее
От: Richard Guo
Дата:
Сообщение: Re: Assert !bms_overlap(joinrel->relids, required_outer)