Re: Proposal to introduce a shuffle function to intarray extension

From: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
To: Martin Kalcher <martin(dot)kalcher(at)aboutsource(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Proposal to introduce a shuffle function to intarray extension
Date: 2022-07-18 08:18:44
Message-ID: CAFBsxsG_PK3BkhMcfeLmwDS+FBDZKAaUtfrb6KjU79FZ-3H46A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Mon, Jul 18, 2022 at 2:47 PM Martin Kalcher <
martin(dot)kalcher(at)aboutsource(dot)net> wrote:
> One more question. How do i pick a Oid for the functions?

For this, we recommend running src/include/catalog/unused_oids, and it will
give you a random range to pick from. That reduces the chance of different
patches conflicting with each other. It doesn't really matter what the oid
here is, since at feature freeze a committer will change them anyway.

--
John Naylor
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Lelarge 2022-07-18 09:46:21 Re: More than one Cluster on single server (single instance)
Previous Message Daulat 2022-07-18 07:55:30 More than one Cluster on single server (single instance)

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2022-07-18 08:22:49 Re: Fast COPY FROM based on batch insert
Previous Message Aleksander Alekseev 2022-07-18 08:12:10 Re: [RFC] building postgres with meson - v10