mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Revert "ext/pdo_pgsql: Delete unused constants"
This reverts commit e549ccb32e
.
This commit is contained in:
parent
01abca9852
commit
cce0efdff8
6 changed files with 59 additions and 5 deletions
|
@ -104,6 +104,14 @@ struct pdo_pgsql_lob_self {
|
|||
Oid oid;
|
||||
};
|
||||
|
||||
enum pdo_pgsql_specific_constants {
|
||||
PGSQL_TRANSACTION_IDLE = PQTRANS_IDLE,
|
||||
PGSQL_TRANSACTION_ACTIVE = PQTRANS_ACTIVE,
|
||||
PGSQL_TRANSACTION_INTRANS = PQTRANS_INTRANS,
|
||||
PGSQL_TRANSACTION_INERROR = PQTRANS_INERROR,
|
||||
PGSQL_TRANSACTION_UNKNOWN = PQTRANS_UNKNOWN
|
||||
};
|
||||
|
||||
php_stream *pdo_pgsql_create_lob_stream(zend_object *pdh, int lfd, Oid oid);
|
||||
extern const php_stream_ops pdo_pgsql_lob_stream_ops;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue