diff options
Diffstat (limited to 'ext/pdo_pgsql/php_pdo_pgsql_int.h')
-rw-r--r-- | ext/pdo_pgsql/php_pdo_pgsql_int.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/php_pdo_pgsql_int.h b/ext/pdo_pgsql/php_pdo_pgsql_int.h index 00a6e0d3b7..ee3e290f83 100644 --- a/ext/pdo_pgsql/php_pdo_pgsql_int.h +++ b/ext/pdo_pgsql/php_pdo_pgsql_int.h @@ -42,7 +42,10 @@ typedef struct { } pdo_pgsql_db_handle; typedef struct { - char *def; + char *def; + Oid pgsql_type; + long intval; + zend_bool boolval; } pdo_pgsql_column; typedef struct { |