summaryrefslogtreecommitdiff
path: root/databases/py-PyGreSQL/files/patch-pgmodule.c
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2006-02-22 22:39:46 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2006-02-22 22:39:46 +0000
commit157067734b24175ffebf96fa235fe22ac8076b14 (patch)
tree9860a96780a169cb8c92a0d07ea855dccdf715ba /databases/py-PyGreSQL/files/patch-pgmodule.c
parentFix patch when when openssl-beta is not used. (diff)
Update to 3.8
PR: 93701
Notes
Notes: svn path=/head/; revision=156718
Diffstat (limited to 'databases/py-PyGreSQL/files/patch-pgmodule.c')
-rw-r--r--databases/py-PyGreSQL/files/patch-pgmodule.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/databases/py-PyGreSQL/files/patch-pgmodule.c b/databases/py-PyGreSQL/files/patch-pgmodule.c
deleted file mode 100644
index 1d185cf8f10b..000000000000
--- a/databases/py-PyGreSQL/files/patch-pgmodule.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- pgmodule.c~ Tue Jan 13 13:29:57 2004
-+++ pgmodule.c Sat Aug 28 16:41:56 2004
-@@ -27,10 +27,19 @@
- */
-
- #include <Python.h>
--#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 <stdio.h>
- #include <stdlib.h>
- #include <string.h>