Re: pg_get_expr locking

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_get_expr locking
Дата
Msg-id ecd0ea46-ba4e-4611-8fc0-fbe118d7c27d@eisentraut.org
обсуждение исходный текст
Ответ на Re: pg_get_expr locking  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_get_expr locking  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 07.02.24 16:26, Tom Lane wrote:
>> What workaround should we use if there are conflicts created by
>> concurrent regression tests?  Just move the tests around a bit until the
>> issue goes away?
> 
> Why would a test be applying pg_get_expr to a table it doesn't
> control?

I think the situation is that one test (domain) runs pg_get_expr as part 
of an information_schema view, while at the same time another test 
(alter_table) drops a table that the pg_get_expr is just processing.




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

Предыдущее
От: Majid Garoosi
Дата:
Сообщение: Re: GUC-ify walsender MAX_SEND_SIZE constant
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Refactoring backend fork+exec code