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-11-03 23:02:21
Message-ID: CA+hUKG+7kZ0nVrL8HeVyP+a2K64oLq921K4S4LCubGuw0JWuHw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 10, 2019 at 11:43 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> Rebased due to bitrot. Spotted one more place to use this, in
> src/backend/utils/adt/txid.c.

Rebased. I'm planning to commit this soon.

Attachment Content-Type Size
0001-Consolidate-code-that-makes-a-sorted-array-unique-v3.patch application/octet-stream 17.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2019-11-03 23:11:42 Re: Parallel leader process info in EXPLAIN
Previous Message Thomas Munro 2019-11-03 22:43:36 Re: Should we add xid_current() or a int8->xid cast?