Re: [HACKERS] pgrowlocks relkind check

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] pgrowlocks relkind check
Дата
Msg-id c452dea2-3948-7f5b-c22c-0f6db2900641@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] pgrowlocks relkind check  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: [HACKERS] pgrowlocks relkind check  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список pgsql-hackers
On 4/24/17 21:22, Amit Langote wrote:
> 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?

What is happening with this?

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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Neil Anderson
Дата:
Сообщение: [HACKERS] v10beta pg_catalog diagrams
Следующее
От: Vladimir Borodin
Дата:
Сообщение: Re: [HACKERS] Broken hint bits (freeze)