Re: debian bugrept involving fast default crash in pg11.7

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: debian bugrept involving fast default crash in pg11.7
Дата
Msg-id 20200409203949.GA26445@telsasoft.com
обсуждение исходный текст
Ответ на Re: debian bugrept involving fast default crash in pg11.7  (Tim Bishop <tim@inroads.ai>)
Ответы Re: debian bugrept involving fast default crash in pg11.7
Список pgsql-hackers
On Thu, Apr 09, 2020 at 02:36:26PM -0400, Tim Bishop wrote:
> SELECT attrelid::regclass, * FROM pg_attribute WHERE atthasmissing;
> -[ RECORD 1 ]-+---------
> attrelid      | download
> attrelid      | 22749
> attname       | filetype

But that table isn't involved in the crashing query, right ?
Are data_stage() and income_index() locally defined functions ?  PLPGSQL ??
Do they access the download table (or view or whatever it is) ?

Thanks,
-- 
Justin



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

Предыдущее
От: James Coleman
Дата:
Сообщение: Re: Multiple FPI_FOR_HINT for the same block during killing btreeindex items
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Catalog invalidations vs catalog scans vs ScanPgRelation()