Re: [Postgresql Master Branch Patch] object class patch - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: [Postgresql Master Branch Patch] object class patch
Date
Msg-id 20150718151434.GX2301@postgresql.org
Whole thread Raw
In response to Re: [Postgresql Master Branch Patch] object class patch  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: [HACKERS] object_classes array is broken, again  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-bugs
Michael Paquier wrote:
> On Sun, Jul 12, 2015 at 9:21 PM, Jaimin Pan <jaimin.pan@gmail.com> wrote:
> > There is missing mapping for TransformRelationId and OCLASS_TRANSFORM in
> > object_classes.
> >
> > Please check if it need fix.
>
> Right. This has been forgotten in ad89a5d.

But see
https://www.postgresql.org/message-id/CA+Tgmoa6SgDaxW_n_7SEhwBAc=mniYga+obUj5fmw4rU9_mLvA@mail.gmail.com

We should really have some mechanism to detect when this is missed,
because it evidently is very easy to miss.  Did anyone review Jim's
patch?

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #13490: Segmentation fault on pg_stat_activity
Next
From: Alvaro Herrera
Date:
Subject: Re: Lack of Sanity Checking in file 'pctcl.c' for PostgreSQL 9.4.x