From bf77a39349b4180ba871ee72bfdb9ba0ab7bf49f Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Sat, 5 Feb 2005 22:55:23 +0000 Subject: Decode pgsql LOB objects (bytea type) on fetch --- ext/pdo_pgsql/php_pdo_pgsql_int.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/pdo_pgsql/php_pdo_pgsql_int.h') diff --git a/ext/pdo_pgsql/php_pdo_pgsql_int.h b/ext/pdo_pgsql/php_pdo_pgsql_int.h index ee3e290f83..2955baf2a5 100644 --- a/ext/pdo_pgsql/php_pdo_pgsql_int.h +++ b/ext/pdo_pgsql/php_pdo_pgsql_int.h @@ -46,6 +46,8 @@ typedef struct { Oid pgsql_type; long intval; zend_bool boolval; + char *lobval; + size_t loblen; } pdo_pgsql_column; typedef struct { -- cgit v1.2.1