forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5396b18
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 parent8d3e171 commit5396b18
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 | |
---|---|---|---|
| |||
9991 | 9991 |
| |
9992 | 9992 |
| |
9993 | 9993 |
| |
9994 |
| - | |
9995 |
| - | |
9996 |
| - | |
9997 |
| - | |
9998 |
| - | |
9999 |
| - | |
10000 |
| - | |
10001 |
| - | |
10002 |
| - | |
10003 |
| - | |
10004 |
| - | |
10005 | 9994 |
| |
10006 | 9995 |
| |
10007 | 9996 |
| |
|
Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3125 | 3125 |
| |
3126 | 3126 |
| |
3127 | 3127 |
| |
3128 |
| - | |
3129 |
| - | |
3130 |
| - | |
3131 |
| - | |
3132 |
| - | |
3133 |
| - | |
3134 |
| - | |
3135 | 3128 |
| |
3136 | 3129 |
| |
3137 | 3130 |
| |
|
0 commit comments
Comments
(0)