mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:44:07 -04:00
7240962f86
From this version ActivePerl ships both a .lib and a .a file for the perl library, which our code would detect as there being no library available. Instead, we should pick the .lib version and use that. Report and suggested fix in bug #15065 Author: Heath Lord