Re: Proposal to introduce a shuffle function to intarray extension

Поиск
Список
Период
Сортировка
От John Naylor
Тема Re: Proposal to introduce a shuffle function to intarray extension
Дата
Msg-id CAFBsxsG_PK3BkhMcfeLmwDS+FBDZKAaUtfrb6KjU79FZ-3H46A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Proposal to introduce a shuffle function to intarray extension  (Martin Kalcher <martin.kalcher@aboutsource.net>)
Ответы Re: Proposal to introduce a shuffle function to intarray extension  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

On Mon, Jul 18, 2022 at 2:47 PM Martin Kalcher <martin.kalcher@aboutsource.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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Re: [RFC] building postgres with meson - v10
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: Fast COPY FROM based on batch insert