Re: [PATCH] Fix overflow and underflow in regr_r2()

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: Chengpeng Yan <chengpeng_yan(at)outlook(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Fix overflow and underflow in regr_r2()
Date: 2026-06-03 08:40:43
Message-ID: CAEZATCWiigwW2BX6TijLuOJdgytjMZsPxAf2QcRsEK933Z_E5A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 29 May 2026 at 05:23, Chengpeng Yan <chengpeng_yan(at)outlook(dot)com> wrote:
>
> > On May 28, 2026, at 20:37, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> wrote:
> >
> > If there are no objections from the RMT, I'll push both of these (to
> > HEAD only) in a couple of days or so.
>
> v2 LGTM.
>
> I ran the regression tests locally on Apple Silicon as well, and all
> tests passed.

OK, I have pushed both patches. Thanks for reviewing and testing.

Regards,
Dean

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Japin Li 2026-06-03 09:07:25 Re: Use TEXT_DUMP_HEADER macro instead of hard-coded string in pg_backup_archiver.c
Previous Message JoongHyuk Shin 2026-06-03 08:27:17 Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits