mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:53:52 -04:00
8cb5e67d10
Modern versions of perl no longer include the current directory in the perl searchpath, as it's insecure. Instead of adding the current directory, we get around the problem by adding the directory where the script lives. Problem noted by Victor Wagner. Solution adapted from buildfarm client code. Backpatch to all live versions.