Re: Consolidate 'unique array values' logic into a reusable function? - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Consolidate 'unique array values' logic into a reusable function?
Date
Msg-id CA+hUKGLz=6eDPewLb6ToPLcg1R3brH+5eBiWW0WVyn7+fh5y=Q@mail.gmail.com
Whole thread Raw
In response to Re: Consolidate 'unique array values' logic into a reusable function?  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Consolidate 'unique array values' logic into a reusable function?
List pgsql-hackers
On Fri, Aug 30, 2019 at 3:34 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> Adding to CF.

Rebased due to bitrot.  Spotted one more place to use this, in
src/backend/utils/adt/txid.c.

-- 
Thomas Munro
https://enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Shared Memory: How to use SYSV rather than MMAP ?
Next
From: Thomas Munro
Date:
Subject: Re: Should we add xid_current() or a int8->xid cast?