[MASSMAIL]pgsql: Don't use the pg_am system catalog in new test

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема [MASSMAIL]pgsql: Don't use the pg_am system catalog in new test
Дата
Msg-id E1rrc4M-0007cb-I9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't use the pg_am system catalog in new test

This causes deadlocks because it's a highly trafficked catalog.  Use a
regular table created by the same test instead.

Discussion: https://postgr.es/m/f3e61e27-19d0-5e40-3eb2-53282fa0532a@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/13b3b62746ec8bd9c8e3f0bc23862f1172996333

Modified Files
--------------
src/test/regress/expected/create_am.out | 4 ++--
src/test/regress/sql/create_am.sql      | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Revert "Custom reloptions for table AM"
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Provide API for streaming relation data.