Re: Greatest Common Divisor - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: Greatest Common Divisor
Date
Msg-id CAHyXU0ygrvN+=yXeauyZh8YoOBfqs5OfCkowzeTSTB=3nCCNsQ@mail.gmail.com
Whole thread Raw
In response to Re: Greatest Common Divisor  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
On Sat, Dec 28, 2019 at 12:15 PM Fabien COELHO <coelho@cri.ensmp.fr> wrote:
>
>
> Bonsoir Vik,
>
> > I recently came across the need for a gcd function (actually I needed
> > lcm) and was surprised that we didn't have one.
>
> Why not.

Proliferation of code in the public namespace; it can displace code
that is written by others during the upgrade.

merlin



pgsql-hackers by date:

Previous
From: Justin Pryzby
Date:
Subject: avoid some calls to memset with array initializer
Next
From: Peter Geoghegan
Date:
Subject: Re: Building infrastructure for B-Tree deduplication that recognizeswhen opclass equality is also equivalence