forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9a9f25e
committed
Fix MSVC build script's check for obsolete node support functions.
Commit964d01a was a few bricks shy of a load here: the scriptchecked whether gen_node_support.pl itself had been updated since itwas last run, but not whether any of its input files had been updated.Fix that. While here, scrape the list of input files from theMakefiles rather than having a duplicate copy, as we do for mostother lists of source files.In passing, improve gen_node_support.pl's error report for anincorrect file list.Per gripe from Amit Kapila.Discussion:https://postgr.es/m/CAA4eK1KQk4vP-3mTAz26h-PRUZaGu8Fc=q-ZKSajsAthH0A15w@mail.gmail.com1 parent71cac85 commit9a9f25e
2 files changed
+23
-29
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
|
Lines changed: 22 additions & 28 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
797 | 797 |
| |
798 | 798 |
| |
799 | 799 |
| |
800 |
| - | |
801 |
| - | |
802 |
| - | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
803 | 810 |
| |
804 |
| - | |
805 |
| - | |
806 |
| - | |
807 |
| - | |
808 |
| - | |
809 |
| - | |
810 |
| - | |
811 |
| - | |
812 |
| - | |
813 |
| - | |
814 |
| - | |
815 |
| - | |
816 |
| - | |
817 |
| - | |
818 |
| - | |
819 |
| - | |
820 |
| - | |
821 |
| - | |
822 |
| - | |
823 |
| - | |
824 |
| - | |
825 |
| - | |
826 |
| - | |
827 |
| - | |
828 |
| - | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
829 | 821 |
| |
| 822 | + | |
| 823 | + | |
830 | 824 |
| |
831 | 825 |
| |
832 | 826 |
| |
|
0 commit comments
Comments
(0)