X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqconn.h;h=1a283d0558e58dd470e6ab1368ad99bbfc74a976;hb=d613997b3072b8093bca3fe9d8aca115e2a579aa;hp=c9f1e15d5221a1cccc0c783b07eeb24cf28e53a1;hpb=9255d2d54bca41644cf3588e4e4259a1855b58d7;p=m6w6%2Fext-pq diff --git a/src/php_pqconn.h b/src/php_pqconn.h index c9f1e15..1a283d0 100644 --- a/src/php_pqconn.h +++ b/src/php_pqconn.h @@ -30,6 +30,10 @@ typedef struct php_pqconn { HashTable eventhandlers; php_pq_callback_t onevent; unsigned unbuffered:1; + unsigned default_fetch_type:2; + unsigned default_txn_isolation:2; + unsigned default_txn_readonly:1; + unsigned default_txn_deferrable:1; } php_pqconn_t; typedef struct php_pqconn_object {