]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix Solution.pm for change in pg_config.h contents.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Feb 2026 17:26:52 +0000 (12:26 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Feb 2026 17:26:52 +0000 (12:26 -0500)
commite22821c7bdf3577d44bc8dd311acc01d6e6d609a
tree9053a17bbbd7ce7e65d1676a79ce5f08c8a7d29a
parent41d75b9a4a1c7f84bafd331428c005e5743bac3d
Fix Solution.pm for change in pg_config.h contents.

In commits 1d97e4788 et al, I forgot that pre-v17 branches
require updating Solution.pm when changing the set of
symbols generated in pg_config.h.  Per buildfarm.
src/tools/msvc/Solution.pm