Add various missing close() calls

This commit is contained in:
Ian Barwick
2019-03-28 11:32:25 +09:00
parent d43975eb5f
commit 1e1c596446
4 changed files with 8 additions and 0 deletions

View File

@@ -276,6 +276,8 @@ is_pg_running(const char *path)
log_warning(_("invalid data in PostgreSQL PID file \"%s\""), path);
}
fclose(pidf);
return PG_DIR_NOT_RUNNING;
}