X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqconn.h;h=4f4b56c9d3dd34d543bfadead1e3459c211a5f58;hb=19011ee23e5bdb9a46778e190a61e4ce6c765be7;hp=1a283d0558e58dd470e6ab1368ad99bbfc74a976;hpb=d613997b3072b8093bca3fe9d8aca115e2a579aa;p=m6w6%2Fext-pq diff --git a/src/php_pqconn.h b/src/php_pqconn.h index 1a283d0..4f4b56c 100644 --- a/src/php_pqconn.h +++ b/src/php_pqconn.h @@ -34,6 +34,7 @@ typedef struct php_pqconn { unsigned default_txn_isolation:2; unsigned default_txn_readonly:1; unsigned default_txn_deferrable:1; + unsigned default_auto_convert:16; } php_pqconn_t; typedef struct php_pqconn_object {