Re: Issue in pg_catalog.pg_indexes view definition - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Issue in pg_catalog.pg_indexes view definition
Date
Msg-id CAB7nPqS6g0BNxAYFHHAKnvGu6gBkCWFC0hxjrW6=nZOnW+kDEw@mail.gmail.com
Whole thread Raw
In response to Re: Issue in pg_catalog.pg_indexes view definition  (Dilip Kumar <dilipbalaut@gmail.com>)
List pgsql-hackers
On Thu, Jul 14, 2016 at 5:29 PM, Dilip Kumar <dilipbalaut@gmail.com> wrote:
>
> On Thu, Jul 14, 2016 at 1:40 PM, Michael Paquier <michael.paquier@gmail.com>
> wrote:
>>
>> -        pg_get_indexdef(I.oid) AS indexdef
>> +        pg_get_indexdef(X.indexrelid) AS indexdef
>> Fixing it this way looks like a good idea to me to bypass those cache
>> lookup errors caused by non-index relations. Now I think that you need
>> as well to update the regression test output.
>
>
> I observed one regression failure caused by this fix. So fixed the same in
> new patch.

Yes that was rules.out that needed a refresh. Thanks!
-- 
Michael



pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: Issue in pg_catalog.pg_indexes view definition
Next
From: AMatveev@bitec.ru
Date:
Subject: Re: One process per session lack of sharing