summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2f9ee33)
raw | patch | inline | side by side (parent: 2f9ee33)
author | Matthias Eble <psychotrahe@users.sourceforge.net> | |
Wed, 13 Feb 2008 20:36:00 +0000 (20:36 +0000) | ||
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | |
Wed, 13 Feb 2008 20:36:00 +0000 (20:36 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1934 f882894a-f735-0410-b71e-b25c423dba1c
NEWS | patch | blob | history | |
plugins/check_pgsql.c | patch | blob | history |
index 5447142c87a865316bcf53fcc23236df859aca76..9029a8f89df613f181f22beccfac0c092b75a8f8 100644 (file)
--- a/NEWS
+++ b/NEWS
Fix bugs and flaws in best offset server selection of check_ntp_time and (deprecated) check_ntp
check_ntp_peer now checks for the LI_ALARM flag
Sync to latest Gnulib (includes new floorf function)
+ check_pgsql now successfully builds with postgres lib v8.3 (Bug #1878972)
1.4.11 13th December 2007
Fixed check_http regression in 1.4.10 where following redirects to
diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c
index e5442d244217d8d56be0110656e21ad0ad532a9b..0563322858a5a7d77e421f4a3c9a1efe0b5cd01c 100644 (file)
--- a/plugins/check_pgsql.c
+++ b/plugins/check_pgsql.c
#include "netutils.h"
#include <libpq-fe.h>
+#include <pg_config_manual.h>
#define DEFAULT_DB "template1"
#define DEFAULT_HOST "127.0.0.1"