Re: Identifying user-created objects

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Masahiko Sawada <masahiko(dot)sawada(at)2ndquadrant(dot)com>
Cc: vignesh C <vignesh21(at)gmail(dot)com>, Julien Rouhaud <rjuju123(at)gmail(dot)com>, Amit Langote <amitlangote09(at)gmail(dot)com>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Identifying user-created objects
Date: 2020-07-01 12:15:54
Message-ID: F890FDD3-6D52-4B75-9E9A-7FD9477039EB@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 4 Mar 2020, at 12:06, Masahiko Sawada <masahiko(dot)sawada(at)2ndquadrant(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2020-07-01 12:27:45 Re: Implement <null treatment> for window functions
Previous Message Daniel Gustafsson 2020-07-01 12:05:22 Re: Yet another fast GiST build (typo)