Commit 4a37b00
Re-add capture__start(object_group_id) to the update script
The earlier removal of this re-declaration assumed 0.1.0's body and
current source were byte-identical for this function. They aren't:
0.1.0 still has a dead, commented-out CREATE TEMP TABLE ... AS attempt
in the EXCEPTION handler that current source has since dropped.
Functionally inert either way, but pg_get_functiondef() returns
comments verbatim, so an updated install's function body would
literally differ from a fresh install's -- caught by
bin/test_existing's structural diff (planted expressly to catch this
class of divergence). Recreated with the current, comment-free body;
confirmed structurally identical to a fresh install afterward.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 035c60d commit 4a37b00
1 file changed
Lines changed: 54 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
651 | 705 | | |
652 | 706 | | |
653 | 707 | | |
| |||
0 commit comments