Обсуждение: [MASSMAIL]pgsql: Don't use the pg_am system catalog in new test

Поиск
Список
Период
Сортировка

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

От
Alvaro Herrera
Дата:
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(-)