Don't use the pg_am system catalog in new test

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 13b3b62746ec8bd9c8e3f0bc23862f1172996333
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2024-04-02T11:10:16Z
Releases: 17.0
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

Files

Discussion