Skip to content
Snippets Groups Projects

re-apply Martins fix for pgsql

Merged Hahn Axel (hahn) requested to merge update-localdump-to-classlike-functions into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -35,7 +35,7 @@ fi
function checkRequirements(){
j_requireBinary "pg_dump" 1
j_requireProcess "postgres" 1
j_requireProcess "postgres|postmaster" 1
# set flag and reset return code
test $rc -eq 0 && SERVICEFOUND=1
Loading