summaryrefslogtreecommitdiffstats
path: root/web/attachments/263605-28_check_pgsql_include_for_8.3.dpatch
blob: 88fd591077a583c04655e3d5cc0d74f1582080bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## 28_check_pgsql_include_for_8.3.dpatch by Jan Wagner <waja@cyconet.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: include pg_config_manual.h since NAMEDATALEN definition moved there with psql 8.3 

diff -Nur nagios-plugins-1.4.11.orig/plugins/check_pgsql.c nagios-plugins-1.4.11/plugins/check_pgsql.c
--- nagios-plugins-1.4.11.orig/plugins/check_pgsql.c	2007-01-28 22:46:41.000000000 +0100
+++ nagios-plugins-1.4.11/plugins/check_pgsql.c	2008-01-24 15:54:56.533368467 +0100
@@ -43,6 +43,7 @@
 #include "utils.h"
 
 #include "netutils.h"
+#include "pg_config_manual.h"
 #include <libpq-fe.h>
 
 #define DEFAULT_DB "template1"