From 2161d2b1e9fdcee25b0cfd266428207bf64f0c1e Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 22 Jan 2014 11:20:17 +0000 Subject: databases/tablelog: Fix pgsql 9.2+ and stage support PR: ports/179955 --- databases/tablelog/files/patch-table__log.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/tablelog/files/patch-table__log.c (limited to 'databases/tablelog/files/patch-table__log.c') diff --git a/databases/tablelog/files/patch-table__log.c b/databases/tablelog/files/patch-table__log.c new file mode 100644 index 000000000000..29629a990c21 --- /dev/null +++ b/databases/tablelog/files/patch-table__log.c @@ -0,0 +1,11 @@ +--- table_log.c.orig 2007-05-16 23:14:04.000000000 +0000 ++++ table_log.c +@@ -22,6 +22,8 @@ + #include "utils/formatting.h" + #include "utils/builtins.h" + #include ++#include ++#include + #include + + /* for PostgreSQL >= 8.2.x */ -- cgit v1.2.3