Don't use the pg_am system catalog in new test
commit13b3b62746ec8bd9c8e3f0bc23862f1172996333
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 2 Apr 2024 11:10:16 +0000 (2 13:10 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 2 Apr 2024 11:10:16 +0000 (2 13:10 +0200)
tree15f623c6ae045bdc99d2b4c55ad8ee6a1f97e9a2
parent867cc7b6ddb9d998103688a56048fe9a1ddd972a
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
src/test/regress/expected/create_am.out
src/test/regress/sql/create_am.sql