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.
This commit is contained in:
Sascha Schumann 2001-02-19 16:31:17 +00:00
parent 2403578e35
commit 0eec8cf2f7
3 changed files with 3 additions and 23 deletions

View file

@ -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