forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit23ce748
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 parent86f23d9 commit23ce748
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 | |
---|---|---|---|
| |||
10139 | 10139 |
| |
10140 | 10140 |
| |
10141 | 10141 |
| |
10142 |
| - | |
10143 |
| - | |
10144 |
| - | |
10145 |
| - | |
10146 |
| - | |
10147 |
| - | |
10148 |
| - | |
10149 |
| - | |
10150 |
| - | |
10151 |
| - | |
10152 |
| - | |
10153 | 10142 |
| |
10154 | 10143 |
| |
10155 | 10144 |
| |
|
Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3181 | 3181 |
| |
3182 | 3182 |
| |
3183 | 3183 |
| |
3184 |
| - | |
3185 |
| - | |
3186 |
| - | |
3187 |
| - | |
3188 |
| - | |
3189 |
| - | |
3190 |
| - | |
3191 | 3184 |
| |
3192 | 3185 |
| |
3193 | 3186 |
| |
|
0 commit comments
Comments
(0)