summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-02-19 16:31:17 +0000
committerSascha Schumann <sas@php.net>2001-02-19 16:31:17 +0000
commit0eec8cf2f729e01ee26afa786bf272ac1bbc7bdb (patch)
tree4281c751d254723a147df8d706b8f1a95c44fbce /ext/pgsql/php_pgsql.h
parent2403578e35d29ab63f7ff5b0f28cbeffd02d75cc (diff)
downloadphp-git-0eec8cf2f729e01ee26afa786bf272ac1bbc7bdb.tar.gz
Simpler fix for the InvalidOid thing by Tom Lane.
He assured me that InvalidOid has always expanded to (Oid) 0, so this should be safe.
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index 22ccfe2c75..25f9b7d9de 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -29,9 +29,6 @@ extern zend_module_entry pgsql_module_entry;
#ifdef PHP_PGSQL_PRIVATE
#undef SOCKET_SIZE_TYPE
-#ifdef PHP_PGSQL_NEEDS_POSTGRES_H
-#include <postgres.h>
-#endif
#include <libpq-fe.h>
#ifdef PHP_WIN32