forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9286ef8
committed
Clean up sloppy coding in publicationcmds.c's OpenTableList().
Remove dead code (which would be incorrect if it weren't dead),per report from Pan Bian. Add a CHECK_FOR_INTERRUPTS in theinner loop over child relations, because there's little pointin having one in the outer loop if there's not one here too.Minor stylistic adjustments and comment improvements.Seems to be aboriginal to this code (cf commit665d1fa).Back-patch to v10 where that came in, not because any of thisis significant, but just to keep the branches looking similar.Discussion:https://postgr.es/m/15539-06d00ef6b1e2e1bb@postgresql.org1 parenteeee62d commit9286ef8
1 file changed
+9
-9
lines changedLines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
497 |
| - | |
| 497 | + | |
498 | 498 |
| |
499 | 499 |
| |
500 | 500 |
| |
| |||
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
512 |
| - | |
513 |
| - | |
| 512 | + | |
514 | 513 |
| |
| 514 | + | |
515 | 515 |
| |
516 | 516 |
| |
| 517 | + | |
517 | 518 |
| |
518 | 519 |
| |
519 | 520 |
| |
| |||
531 | 532 |
| |
532 | 533 |
| |
533 | 534 |
| |
| 535 | + | |
534 | 536 |
| |
535 | 537 |
| |
536 | 538 |
| |
| 539 | + | |
537 | 540 |
| |
538 | 541 |
| |
539 |
| - | |
540 | 542 |
| |
| 543 | + | |
541 | 544 |
| |
542 | 545 |
| |
543 | 546 |
| |
| |||
546 | 549 |
| |
547 | 550 |
| |
548 | 551 |
| |
549 |
| - | |
550 |
| - | |
| 552 | + | |
| 553 | + | |
551 | 554 |
| |
552 | 555 |
| |
553 | 556 |
| |
554 | 557 |
| |
555 | 558 |
| |
556 | 559 |
| |
557 |
| - | |
558 |
| - | |
559 | 560 |
| |
560 |
| - | |
561 | 561 |
| |
562 | 562 |
| |
563 | 563 |
| |
|
0 commit comments
Comments
(0)