Re: PG 18 release notes draft committed

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PG 18 release notes draft committed
Date: 2025-05-28 09:55:50
Message-ID: CAEZATCXZGU3LLMZHobYys1MLpyNMAus7+UUpWeeFYwSaPNC2CA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

For "Improve the speed of multiplication", I think it should say
"numeric multiplication" rather than simply "multiplication", and I
think it's worth also linking to commits ca481d3c9ab and c4e44224cf6
which were part of the same work.

I think it's also worth mentioning 9428c001f67, which sped up numeric
division. That can be included in the same item, as in the attached
patch, unless you think it's worth listing it as a separate item.

Regards,
Dean

Attachment Content-Type Size
pg18-release-notes.patch text/x-patch 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2025-05-28 10:26:19 Re: MERGE issues around inheritance
Previous Message Richard Guo 2025-05-28 09:28:42 Re: Reduce "Var IS [NOT] NULL" quals during constant folding