pgsql: Fix MSVC build for changes to binaryheap.

2023-09-18 Thread Nathan Bossart
Fix MSVC build for changes to binaryheap. After 5af0263afd, binaryheap.c needs to be listed in Mkvcbuild.pm. Per buildfarm. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/83223f5f714482dd44883c68ecac2ae8c2d838e8 Modified Files -- src/tools/msvc/Mkvcbui

pgsql: Fix MSVC build

2023-01-11 Thread Peter Eisentraut
Fix MSVC build for commit c96de2ce1782116bd0489b1cd69ba88189a495e8 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/c971a5b27ac946e7c94f7f655d321279512c7ee7 Modified Files -- src/tools/msvc/Mkvcbuild.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

pgsql: Fix MSVC build script's check for obsolete node support function

2022-08-08 Thread Tom Lane
Fix MSVC build script's check for obsolete node support functions. Commit 964d01ae9 was a few bricks shy of a load here: the script checked whether gen_node_support.pl itself had been updated since it was last run, but not whether any of its input files had been updated. Fix that. While here, scr