From dcd3a34b5476f876780714aa7daaf496812d05f6 Mon Sep 17 00:00:00 2001
From: Roman Tsisyk <roman@tsisyk.com>
Date: Mon, 14 Apr 2014 11:56:51 +0400
Subject: [PATCH] Remove dependency on postgres.h for module/pg

---
 src/module/pg/pg.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/module/pg/pg.cc b/src/module/pg/pg.cc
index 438d236767..e7b0395cf7 100644
--- a/src/module/pg/pg.cc
+++ b/src/module/pg/pg.cc
@@ -28,7 +28,6 @@
  */
 
 extern "C" {
-	#include <postgres.h>
 	#include <libpq-fe.h>
 	#undef PACKAGE_VERSION
 }
-- 
GitLab