connect_type      101 ext/pgsql/pgsql.c 	ZEND_ARG_INFO(0, connect_type)
connect_type     1277 ext/pgsql/pgsql.c 	int i, connect_type = 0;
connect_type     1310 ext/pgsql/pgsql.c 		connect_type = Z_LVAL_PP(args[1]);
connect_type     1414 ext/pgsql/pgsql.c 		if (!(connect_type & PGSQL_CONNECT_FORCE_NEW)
connect_type     1441 ext/pgsql/pgsql.c 		if (connect_type & PGSQL_CONNECT_ASYNC) {