Home
last modified time | relevance | path

Searched refs:RANGE_UB_INC (Results 1 – 25 of 93) sorted by relevance

1234

/dports/databases/py-asyncpg/asyncpg-0.25.0/asyncpg/protocol/codecs/
H A Drange.pyx15 DEF RANGE_UB_INC = 0x04 # upper bound is inclusive
71 flags |= RANGE_LB_INC | RANGE_UB_INC
98 flags |= RANGE_UB_INC
140 upper_inc=(flags & RANGE_UB_INC) != 0,
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1560 flags |= RANGE_UB_INC; in range_serialize()
1700 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
1948 flags |= RANGE_UB_INC; in range_parse_flags()
2061 *flags |= RANGE_UB_INC; in range_parse()
2188 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1560 flags |= RANGE_UB_INC; in range_serialize()
1700 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
1948 flags |= RANGE_UB_INC; in range_parse_flags()
2061 *flags |= RANGE_UB_INC; in range_parse()
2188 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1560 flags |= RANGE_UB_INC; in range_serialize()
1700 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
1948 flags |= RANGE_UB_INC; in range_parse_flags()
2061 *flags |= RANGE_UB_INC; in range_parse()
2188 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1550 flags |= RANGE_UB_INC; in range_serialize()
1690 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
1938 flags |= RANGE_UB_INC; in range_parse_flags()
2051 *flags |= RANGE_UB_INC; in range_parse()
2178 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1550 flags |= RANGE_UB_INC; in range_serialize()
1690 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
1938 flags |= RANGE_UB_INC; in range_parse_flags()
2051 *flags |= RANGE_UB_INC; in range_parse()
2178 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1614 flags |= RANGE_UB_INC; in range_serialize()
1754 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
2002 flags |= RANGE_UB_INC; in range_parse_flags()
2115 *flags |= RANGE_UB_INC; in range_parse()
2242 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1550 flags |= RANGE_UB_INC; in range_serialize()
1690 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
1938 flags |= RANGE_UB_INC; in range_parse_flags()
2051 *flags |= RANGE_UB_INC; in range_parse()
2178 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1550 flags |= RANGE_UB_INC; in range_serialize()
1690 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
1938 flags |= RANGE_UB_INC; in range_parse_flags()
2051 *flags |= RANGE_UB_INC; in range_parse()
2178 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1550 flags |= RANGE_UB_INC; in range_serialize()
1690 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
1938 flags |= RANGE_UB_INC; in range_parse_flags()
2051 *flags |= RANGE_UB_INC; in range_parse()
2178 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1550 flags |= RANGE_UB_INC; in range_serialize()
1690 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
1938 flags |= RANGE_UB_INC; in range_parse_flags()
2051 *flags |= RANGE_UB_INC; in range_parse()
2178 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1614 flags |= RANGE_UB_INC; in range_serialize()
1754 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
2002 flags |= RANGE_UB_INC; in range_parse_flags()
2115 *flags |= RANGE_UB_INC; in range_parse()
2242 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1614 flags |= RANGE_UB_INC; in range_serialize()
1754 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
2002 flags |= RANGE_UB_INC; in range_parse_flags()
2115 *flags |= RANGE_UB_INC; in range_parse()
2242 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1614 flags |= RANGE_UB_INC; in range_serialize()
1754 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
2002 flags |= RANGE_UB_INC; in range_parse_flags()
2115 *flags |= RANGE_UB_INC; in range_parse()
2242 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1614 flags |= RANGE_UB_INC; in range_serialize()
1754 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
2002 flags |= RANGE_UB_INC; in range_parse_flags()
2115 *flags |= RANGE_UB_INC; in range_parse()
2242 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1614 flags |= RANGE_UB_INC; in range_serialize()
1754 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
2002 flags |= RANGE_UB_INC; in range_parse_flags()
2115 *flags |= RANGE_UB_INC; in range_parse()
2242 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1614 flags |= RANGE_UB_INC; in range_serialize()
1754 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
2002 flags |= RANGE_UB_INC; in range_parse_flags()
2115 *flags |= RANGE_UB_INC; in range_parse()
2242 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Drangetypes.c113 upper.inclusive = (flags & RANGE_UB_INC) != 0;
189 RANGE_UB_INC |
236 upper.inclusive = (flags & RANGE_UB_INC) != 0;
417 upper.inclusive = (flags & RANGE_UB_INC) != 0;
500 PG_RETURN_BOOL(flags & RANGE_UB_INC);
1615 flags |= RANGE_UB_INC;
1755 upper->inclusive = (flags & RANGE_UB_INC) != 0;
2003 flags |= RANGE_UB_INC;
2116 *flags |= RANGE_UB_INC;
2243 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')');
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1560 flags |= RANGE_UB_INC; in range_serialize()
1700 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
1948 flags |= RANGE_UB_INC; in range_parse_flags()
2061 *flags |= RANGE_UB_INC; in range_parse()
2188 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
417 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
500 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1615 flags |= RANGE_UB_INC; in range_serialize()
1755 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
2003 flags |= RANGE_UB_INC; in range_parse_flags()
2116 *flags |= RANGE_UB_INC; in range_parse()
2243 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
417 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
500 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1615 flags |= RANGE_UB_INC; in range_serialize()
1755 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
2003 flags |= RANGE_UB_INC; in range_parse_flags()
2116 *flags |= RANGE_UB_INC; in range_parse()
2243 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/adt/
H A Drangetypes.c113 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
189 RANGE_UB_INC | in range_recv()
236 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
417 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
500 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1615 flags |= RANGE_UB_INC; in range_serialize()
1755 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
2003 flags |= RANGE_UB_INC; in range_parse_flags()
2116 *flags |= RANGE_UB_INC; in range_parse()
2243 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1560 flags |= RANGE_UB_INC; in range_serialize()
1700 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
1948 flags |= RANGE_UB_INC; in range_parse_flags()
2061 *flags |= RANGE_UB_INC; in range_parse()
2188 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
416 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
499 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1560 flags |= RANGE_UB_INC; in range_serialize()
1700 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
1948 flags |= RANGE_UB_INC; in range_parse_flags()
2061 *flags |= RANGE_UB_INC; in range_parse()
2188 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/adt/
H A Drangetypes.c112 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_in()
188 RANGE_UB_INC | in range_recv()
235 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_recv()
417 upper.inclusive = (flags & RANGE_UB_INC) != 0; in range_constructor3()
500 PG_RETURN_BOOL(flags & RANGE_UB_INC); in range_upper_inc()
1615 flags |= RANGE_UB_INC; in range_serialize()
1755 upper->inclusive = (flags & RANGE_UB_INC) != 0; in range_deserialize()
2003 flags |= RANGE_UB_INC; in range_parse_flags()
2116 *flags |= RANGE_UB_INC; in range_parse()
2243 appendStringInfoChar(&buf, (flags & RANGE_UB_INC) ? ']' : ')'); in range_deparse()

1234