forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0cb8b75
committed
Tighten up some code in RelationBuildPartitionDesc.
This probably doesn't save anything meaningful in terms ofperformance, but making the code simpler is a good idea anyway.Code by Beena Emerson, extracted from a larger patch by JeevanLadhe, slightly adjusted by me.Discussion:http://postgr.es/m/CAOgcT0ONgwajdtkoq+AuYkdTPY9cLWWLjxt_k4SXue3eieAr+g@mail.gmail.com1 parent9d6b160 commit0cb8b75
1 file changed
+17
-37
lines changedLines changed: 17 additions & 37 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 |
| - | |
307 |
| - | |
| 306 | + | |
308 | 307 |
| |
309 | 308 |
| |
310 |
| - | |
311 | 309 |
| |
312 | 310 |
| |
313 | 311 |
| |
314 |
| - | |
315 | 312 |
| |
316 | 313 |
| |
317 | 314 |
| |
318 | 315 |
| |
319 | 316 |
| |
320 |
| - | |
| 317 | + | |
321 | 318 |
| |
322 | 319 |
| |
323 | 320 |
| |
| |||
332 | 329 |
| |
333 | 330 |
| |
334 | 331 |
| |
335 |
| - | |
336 |
| - | |
337 |
| - | |
| 332 | + | |
| 333 | + | |
338 | 334 |
| |
339 | 335 |
| |
340 |
| - | |
| 336 | + | |
| 337 | + | |
341 | 338 |
| |
342 | 339 |
| |
343 | 340 |
| |
344 | 341 |
| |
345 | 342 |
| |
346 | 343 |
| |
347 | 344 |
| |
348 |
| - | |
349 |
| - | |
350 |
| - | |
351 |
| - | |
352 |
| - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
353 | 349 |
| |
354 |
| - | |
| 350 | + | |
355 | 351 |
| |
356 | 352 |
| |
357 | 353 |
| |
| |||
388 | 384 |
| |
389 | 385 |
| |
390 | 386 |
| |
391 |
| - | |
392 |
| - | |
393 |
| - | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
394 | 390 |
| |
395 | 391 |
| |
396 |
| - | |
397 |
| - | |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 |
| - | |
| 392 | + | |
402 | 393 |
| |
403 | 394 |
| |
404 | 395 |
| |
405 | 396 |
| |
406 |
| - | |
407 |
| - | |
408 |
| - | |
409 |
| - | |
410 |
| - | |
411 |
| - | |
412 |
| - | |
413 |
| - | |
414 |
| - | |
415 |
| - | |
416 |
| - | |
417 |
| - | |
418 |
| - | |
| 397 | + | |
| 398 | + | |
419 | 399 |
| |
420 | 400 |
| |
421 | 401 |
| |
|
0 commit comments
Comments
(0)