pgsql: Remove expensive test of postgres_fdw batch inserts

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove expensive test of postgres_fdw batch inserts
Date: 2023-07-03 16:46:42
Message-ID: E1qGMhG-001jMY-Tg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove expensive test of postgres_fdw batch inserts

The test inserted 70k rows into a foreign table, in order to verify
correct behavior with more than 65535 parameters, and was added in
response to a bug report.

However, this is rather expensive, especially when running the tests
under valgrind, CLOBBER_CACHE_ALWAYS etc. It doesn't seem worth it to
keep running the test, so remove it from all branches (14+).

Backpatch-through: 14
Discussion: https://postgr.es/m/2131017.1623451468@sss.pgh.pa.us

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5396b188c92213216248fa8f311c0f031a137e2a

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 11 -----------
contrib/postgres_fdw/sql/postgres_fdw.sql | 7 -------
2 files changed, 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2023-07-03 17:52:15 pgsql: Consider fillfactor when estimating relation size
Previous Message Tomas Vondra 2023-07-03 16:46:33 pgsql: Remove expensive test of postgres_fdw batch inserts