Peter Eisentraut, bug 53, github issue 26
NO_META => 1,
VERSION_FROM => 'check_postgres.pl',
EXE_FILES => ['check_postgres.pl'],
- MAN1PODS => {},
- MAN3PODS => { 'check_postgres.pl' => 'blib/man3/check_postgres.3'},
+ MAN1PODS => { 'check_postgres.pl' => 'blib/man1/check_postgres.1p'},
NEEDS_LINKING => 0,
NORECURS => 1,
PM => {},
Fix issue with SQL steps in check_pgagent_jobs for sql steps which perform deletes
(Rob Emery via github pull)
+ Install man page in section 1. (Peter Eisentraut, bug 53, github issue 26)
+
Order lock typs in check_locks output to make the ordering predictable; other
minor test suite fixes
(Christoph Berg)