]> 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)
commit99b0786e0747baf3ce0361c9fe7be6d08db13c50
tree9b98a58f0add506574569db459dc878b292bfe4e
parentb9f7ceabd820369280d4ca6bfaab43cf8345f1bd
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