Re: Identifying user-created objects

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Identifying user-created objects
Дата
Msg-id F890FDD3-6D52-4B75-9E9A-7FD9477039EB@yesql.se
обсуждение исходный текст
Ответ на Re: Identifying user-created objects  (Masahiko Sawada <masahiko.sawada@2ndquadrant.com>)
Ответы Re: Identifying user-created objects
Список pgsql-hackers
> On 4 Mar 2020, at 12:06, Masahiko Sawada <masahiko.sawada@2ndquadrant.com> wrote:

> Attached updated patch that incorporated comments from Amit and Vignesh.

This patch fails to compile due to an Oid collision in pg_proc.dat.  Please
submit a new version with an Oid from the recommended range for new patches:
8000-9999.  See the below documentation page for more information on this.

  https://www.postgresql.org/docs/devel/system-catalog-initial-data.html

I'm marking the entry Waiting on Author in the meantime.

cheers ./daniel


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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Yet another fast GiST build (typo)
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Implement for window functions