summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/php_pdo_pgsql_int.h
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2005-02-06 22:48:35 +0000
committerEdin Kadribasic <edink@php.net>2005-02-06 22:48:35 +0000
commit22ff90f7ba88434df470a2b9b5038e225e32cbc3 (patch)
treebb0d2e470e73c950f96ee991abd848298db1a8c2 /ext/pdo_pgsql/php_pdo_pgsql_int.h
parentd87c5ec288e584d7af07cc300e0457025d41e31d (diff)
downloadphp-git-22ff90f7ba88434df470a2b9b5038e225e32cbc3.tar.gz
Adjust for the new get_col api
Diffstat (limited to 'ext/pdo_pgsql/php_pdo_pgsql_int.h')
-rw-r--r--ext/pdo_pgsql/php_pdo_pgsql_int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_pgsql/php_pdo_pgsql_int.h b/ext/pdo_pgsql/php_pdo_pgsql_int.h
index 2955baf2a5..ee3e290f83 100644
--- a/ext/pdo_pgsql/php_pdo_pgsql_int.h
+++ b/ext/pdo_pgsql/php_pdo_pgsql_int.h
@@ -46,8 +46,6 @@ typedef struct {
Oid pgsql_type;
long intval;
zend_bool boolval;
- char *lobval;
- size_t loblen;
} pdo_pgsql_column;
typedef struct {