Re: Consolidate 'unique array values' logic into a reusable function?

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Consolidate 'unique array values' logic into a reusable function?
Date: 2019-09-09 23:43:09
Message-ID: CA+hUKGLz=6eDPewLb6ToPLcg1R3brH+5eBiWW0WVyn7+fh5y=Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Aug 30, 2019 at 3:34 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)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 Content-Type Size
0001-Consolidate-code-that-makes-a-sorted-array-unique-v2.patch application/octet-stream 17.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2019-09-10 00:05:20 Re: Should we add xid_current() or a int8->xid cast?
Previous Message Thomas Munro 2019-09-09 22:57:21 Re: Shared Memory: How to use SYSV rather than MMAP ?