Re: Greatest Common Divisor

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: Vik Fearing <vik(dot)fearing(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Greatest Common Divisor
Date: 2020-01-02 16:59:35
Message-ID: CAHyXU0ygrvN+=yXeauyZh8YoOBfqs5OfCkowzeTSTB=3nCCNsQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Dec 28, 2019 at 12:15 PM Fabien COELHO <coelho(at)cri(dot)ensmp(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2020-01-02 17:11:12 Re: Building infrastructure for B-Tree deduplication that recognizes when opclass equality is also equivalence
Previous Message Justin Pryzby 2020-01-02 16:38:35 avoid some calls to memset with array initializer