diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2023-07-03 18:16:58 +0200 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2023-07-03 18:35:19 +0200 |
commit | 6b488d5dc2fe4dc12e1ef15c0ea4c1a4e7170ae0 (patch) | |
tree | ef2ac1b63dc11632ea211898a2be0ec989915f47 /src/tutorial/basics.source | |
parent | 16152705b31d12c339e3a9ee44ed43972a6ee96c (diff) | |
download | postgresql-6b488d5dc2fe4dc12e1ef15c0ea4c1a4e7170ae0.tar.gz postgresql-6b488d5dc2fe4dc12e1ef15c0ea4c1a4e7170ae0.zip |
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
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions