forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita4f23f9
committed
pg_amcheck: Minor test speedups
Freezing the relation N times and fetching the tuples one-by-one isn't thatcheap. On my machine this reduces test times by a bit less than one second, onwindows CI it's a few seconds.Reviewed-by: Mark Dilger <mark.dilger@enterprisedb.com>Discussion:https://postgr.es/m/20230309001558.b7shzvio645ebdta@awork3.anarazel.de1 parent4f5d461 commita4f23f9
1 file changed
+15
-18
lines changedLines changed: 15 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
| 220 | + | |
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
224 |
| - | |
| 224 | + | |
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
229 |
| - | |
230 |
| - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
259 | 256 |
| |
260 | 257 |
| |
261 | 258 |
| |
| |||
267 | 264 |
| |
268 | 265 |
| |
269 | 266 |
| |
270 |
| - | |
| 267 | + | |
271 | 268 |
| |
272 | 269 |
| |
273 | 270 |
| |
| |||
345 | 342 |
| |
346 | 343 |
| |
347 | 344 |
| |
348 |
| - | |
| 345 | + | |
349 | 346 |
| |
350 | 347 |
| |
351 | 348 |
| |
| |||
522 | 519 |
| |
523 | 520 |
| |
524 | 521 |
| |
525 |
| - | |
| 522 | + | |
526 | 523 |
| |
527 | 524 |
| |
528 | 525 |
| |
|
0 commit comments
Comments
(0)