From 2cdc9fb6dce638a69ee731eacf5c2f4d3935ba5e Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Thu, 2 Sep 2004 15:58:33 +0000 Subject: Update to 3.5 Allow building with postgresql client only installation. PR: 71212 Submitted by: Palle Girgensohn --- databases/py-PyGreSQL/files/patch-pgmodule.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 databases/py-PyGreSQL/files/patch-pgmodule.c (limited to 'databases/py-PyGreSQL/files/patch-pgmodule.c') diff --git a/databases/py-PyGreSQL/files/patch-pgmodule.c b/databases/py-PyGreSQL/files/patch-pgmodule.c new file mode 100644 index 000000000000..1d185cf8f10b --- /dev/null +++ b/databases/py-PyGreSQL/files/patch-pgmodule.c @@ -0,0 +1,24 @@ +--- pgmodule.c~ Tue Jan 13 13:29:57 2004 ++++ pgmodule.c Sat Aug 28 16:41:56 2004 +@@ -27,10 +27,19 @@ + */ + + #include +-#include "postgres.h" ++ ++/* defines snatched from "catalog/pg_type.h" */ ++#define INT2OID 21 ++#define INT4OID 23 ++#define INT8OID 20 ++#define OIDOID 26 ++#define FLOAT4OID 700 ++#define FLOAT8OID 701 ++#define NUMERICOID 1700 ++#define CASHOID 790 ++ + #include "libpq-fe.h" + #include "libpq/libpq-fs.h" +-#include "catalog/pg_type.h" + #include + #include + #include -- cgit v1.2.3