BUG #15775: pg_get_indexdef: could not open relation with OID 16385

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15775: pg_get_indexdef: could not open relation with OID 16385
Дата
Msg-id 15775-beb18bcc52db9e36@postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15775
Logged by:          Pengzhou Tang
Email address:      ptang@pivotal.io
PostgreSQL version: 11.2
Operating system:   centos 7
Description:

Hi, Developers,

I hit this error when running bellow queries concurrently:
1. select pg_get_indexdef('idx_foo'::regclass);
2. drop table foo;

To repo easier, break at set_relation_column_names in session 1 and then run
session 2, error occurs.

Question:
Why pg_get_expr() doesn't acquire and hold an AccessShareLock if it needs to
access the relation later.


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Possible to store invalid SCRAM-SHA-256 Passwords
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Possible to store invalid SCRAM-SHA-256 Passwords