Re: Consolidate 'unique array values' logic into a reusable function?
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-09-09T23:43:09Z
Lists: pgsql-hackers
Attachments
- 0001-Consolidate-code-that-makes-a-sorted-array-unique-v2.patch (application/octet-stream) patch v2-0001
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
Commits
-
Skip memcpy(x, x) in qunique().
- 5b630501e9fa 13.0 landed
-
Add reusable routine for making arrays unique.
- 7815e7efdb4c 13.0 landed