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

From Alvaro Herrera
Subject [MASSMAIL]pgsql: Don't use the pg_am system catalog in new test
Date
Msg-id E1rrc4M-0007cb-I9@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Revert "Custom reloptions for table AM"
Next
From: Thomas Munro
Date:
Subject: pgsql: Provide API for streaming relation data.