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

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't use the pg_am system catalog in new test
Date: 2024-04-02 11:12:47
Message-ID: E1rrc4M-0007cb-I9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2024-04-02 11:59:13 pgsql: Use streaming I/O in pg_prewarm.
Previous Message Alexander Korotkov 2024-04-02 08:44:10 pgsql: Revert "Custom reloptions for table AM"