diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-05-20 18:00:24 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-05-20 18:00:24 +0000 |
commit | f8d045619a064899f666d132aee6a6b49495d37d (patch) | |
tree | efb12fc86cdd2e76c9a8ec087d523d2d217db71c /ext/pdo_pgsql/php_pdo_pgsql_int.h | |
parent | 3ec72d3ed96ceec850e4c446764281b2c39d257e (diff) | |
download | php-git-f8d045619a064899f666d132aee6a6b49495d37d.tar.gz |
Last insert id (oids) support.
Diffstat (limited to 'ext/pdo_pgsql/php_pdo_pgsql_int.h')
-rw-r--r-- | ext/pdo_pgsql/php_pdo_pgsql_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_pgsql/php_pdo_pgsql_int.h b/ext/pdo_pgsql/php_pdo_pgsql_int.h index 7d0be93586..27d84277b9 100644 --- a/ext/pdo_pgsql/php_pdo_pgsql_int.h +++ b/ext/pdo_pgsql/php_pdo_pgsql_int.h @@ -38,6 +38,7 @@ typedef struct { unsigned attached:1; unsigned _reserved:31; pdo_pgsql_error_info einfo; + Oid pgoid; } pdo_pgsql_db_handle; typedef struct { |