Re: Identifying user-created objects - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Identifying user-created objects
Date
Msg-id F890FDD3-6D52-4B75-9E9A-7FD9477039EB@yesql.se
Whole thread Raw
In response to Re: Identifying user-created objects  (Masahiko Sawada <masahiko.sawada@2ndquadrant.com>)
Responses Re: Identifying user-created objects
List 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 by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Yet another fast GiST build (typo)
Next
From: Daniel Gustafsson
Date:
Subject: Re: Implement for window functions