forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit087a933
committed
Remove expensive test of postgres_fdw batch inserts
The test inserted 70k rows into a foreign table, in order to verifycorrect behavior with more than 65535 parameters, and was added inresponse to a bug report.However, this is rather expensive, especially when running the testsunder valgrind, CLOBBER_CACHE_ALWAYS etc. It doesn't seem worth it tokeep running the test, so remove it from all branches (14+).Backpatch-through: 14Discussion:https://postgr.es/m/2131017.1623451468@sss.pgh.pa.us1 parent9436535 commit087a933
File tree
2 files changed
+0
-18
lines changed- contrib/postgres_fdw
- expected
- sql
2 files changed
+0
-18
lines changedLines changed: 0 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10346 | 10346 |
| |
10347 | 10347 |
| |
10348 | 10348 |
| |
10349 |
| - | |
10350 |
| - | |
10351 |
| - | |
10352 |
| - | |
10353 |
| - | |
10354 |
| - | |
10355 |
| - | |
10356 |
| - | |
10357 |
| - | |
10358 |
| - | |
10359 |
| - | |
10360 | 10349 |
| |
10361 | 10350 |
| |
10362 | 10351 |
| |
|
Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3341 | 3341 |
| |
3342 | 3342 |
| |
3343 | 3343 |
| |
3344 |
| - | |
3345 |
| - | |
3346 |
| - | |
3347 |
| - | |
3348 |
| - | |
3349 |
| - | |
3350 |
| - | |
3351 | 3344 |
| |
3352 | 3345 |
| |
3353 | 3346 |
| |
|
0 commit comments
Comments
(0)