1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- add patch to support PostgreSQL 8.3

PR:		ports/120147
Submitted by:	mm
Approved by:	Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
This commit is contained in:
Martin Matuska 2008-02-09 09:32:29 +00:00
parent be4e5cdeaa
commit 0b90508989
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206939

View File

@ -0,0 +1,10 @@
--- plugins/check_pgsql.c.orig 2008-01-30 11:17:46.000000000 +0100
+++ plugins/check_pgsql.c 2008-01-30 11:18:00.000000000 +0100
@@ -43,6 +43,7 @@
#include "utils.h"
#include "netutils.h"
+#include "pg_config_manual.h"
#include <libpq-fe.h>
#define DEFAULT_DB "template1"