Add patch to build on PostgreSQL 9.3

OK pea@, bulk testing by landry@
This commit is contained in:
jeremy 2013-10-15 02:22:00 +00:00
parent 79659e4a8e
commit 5da1ad4b32
2 changed files with 16 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.19 2013/03/11 02:52:08 espie Exp $
# $OpenBSD: Makefile,v 1.20 2013/10/15 02:22:00 jeremy Exp $
COMMENT= PostgreSQL tools from Skype
MODPY_EGG_VERSION= 3.1.1
DISTNAME= skytools-${MODPY_EGG_VERSION}
REVISION= 0
CATEGORIES= databases

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-sql_pgq_triggers_qbuilder_c,v 1.1 2013/10/15 02:22:00 jeremy Exp $
Work with PostgreSQL 9.3.
--- sql/pgq/triggers/qbuilder.c.orig Thu Oct 10 12:48:03 2013
+++ sql/pgq/triggers/qbuilder.c Thu Oct 10 12:48:21 2013
@@ -1,6 +1,7 @@
#include <postgres.h>
#include <executor/spi.h>
+#include <lib/stringinfo.h>
#include "qbuilder.h"
#include "parsesql.h"