Re: [HACKERS] pgrowlocks relkind check - Mailing list pgsql-hackers

From Amit Langote
Subject Re: [HACKERS] pgrowlocks relkind check
Date
Msg-id a90c2ed2-d54f-d588-fa54-2f8fd04653e8@lab.ntt.co.jp
Whole thread Raw
In response to Re: [HACKERS] pgrowlocks relkind check  (Stephen Frost <sfrost@snowman.net>)
Responses Re: [HACKERS] pgrowlocks relkind check  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Hi Stephen,

On 2017/04/11 22:17, Stephen Frost wrote:
>> create extension pgrowlocks;
>> create view one as select 1;
>> select pgrowlocks('one');
>> -- ERROR:  could not open file "base/68730/68748": No such file or directory
>>
>> With the attached patch:
>>
>> select pgrowlocks('one');
>> ERROR:  "one" is not a table, index, materialized view, sequence, or TOAST
>> table
> 
> Good point.
> 
> Thanks, I'll see about committing this shortly.

Should I add this to the next commitfest (not an open item per se) or will
you be committing it?

Thanks,
Amit




pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: [HACKERS] some review comments on logical rep code
Next
From: Bruce Momjian
Date:
Subject: [HACKERS] PG 10 release notes