PGSQL_CONNECT_FORCE_NEW 1087 ext/pgsql/pgsql.c 	REGISTER_LONG_CONSTANT("PGSQL_CONNECT_FORCE_NEW", PGSQL_CONNECT_FORCE_NEW, CONST_CS | CONST_PERSISTENT);
PGSQL_CONNECT_FORCE_NEW 1246 ext/pgsql/pgsql.c 			if (Z_LVAL_PP(args[1]) == PGSQL_CONNECT_FORCE_NEW) {
PGSQL_CONNECT_FORCE_NEW 1248 ext/pgsql/pgsql.c 			} else if (Z_LVAL_PP(args[1]) & PGSQL_CONNECT_FORCE_NEW) {
PGSQL_CONNECT_FORCE_NEW 1249 ext/pgsql/pgsql.c 				smart_str_append_long(&str, Z_LVAL_PP(args[1]) ^ PGSQL_CONNECT_FORCE_NEW);
PGSQL_CONNECT_FORCE_NEW 1368 ext/pgsql/pgsql.c 		if (!(connect_type & PGSQL_CONNECT_FORCE_NEW)