On Wed, Sep 13, 2017 at 8:04 AM, Thomas Munro <thomas.mu...@enterprisedb.com> wrote: > I wonder if there is a reasonable way to indicate or determine whether > you have slapd installed so that check-world could run this test...
Module::Install's requires_external_bin is one: http://search.cpan.org/~ether/Module-Install-1.18/lib/Module/Install.pod#requires_external_bin But the bar to add a new module dependency is high. Another trick that you could use is to attempt to run it, see if it is present by checking for 127 sounds fragile though, for Windows particularly, and otherwise skip the test. -- Michael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers