Commit 3e26d8f
committed
CI: Add PG version comparison to binary swap check
The binary swap workflow previously only reported catalog version
information when comparing baseline and current builds. This made it
difficult to see at a glance which PostgreSQL kernel minor version
each build was based on.
Extract the underlying PostgreSQL kernel version from both baseline
and current installs via `pg_config --version`. Display the comparison
in the terminal log alongside the existing catalog version check, and
include it in the GitHub Step Summary report for better visibility
during PG minor version upgrades (e.g. 14.4 to 14.5).1 parent c1014a3 commit 3e26d8f
1 file changed
Lines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
568 | 573 | | |
569 | 574 | | |
570 | 575 | | |
| |||
611 | 616 | | |
612 | 617 | | |
613 | 618 | | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
614 | 624 | | |
615 | 625 | | |
616 | 626 | | |
| |||
712 | 722 | | |
713 | 723 | | |
714 | 724 | | |
715 | | - | |
| 725 | + | |
716 | 726 | | |
717 | 727 | | |
718 | 728 | | |
719 | 729 | | |
720 | 730 | | |
721 | | - | |
722 | 731 | | |
723 | | - | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
724 | 737 | | |
725 | 738 | | |
726 | 739 | | |
| |||
749 | 762 | | |
750 | 763 | | |
751 | 764 | | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
752 | 769 | | |
753 | 770 | | |
754 | 771 | | |
| |||
0 commit comments