Home
last modified time | relevance | path

Searched refs:GTHDRSIZE (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/contrib/hstore/
H A Dhstore_gist.c48 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
49 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
51 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
392 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
393 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
398 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
399 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
406 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
407 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
412 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32))
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE);
396 SET_VARSIZE(datum_l, GTHDRSIZE);
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN);
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN);
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE);
410 SET_VARSIZE(datum_r, GTHDRSIZE);
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN);
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/contrib/hstore/
H A Dhstore_gist.c51 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
52 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
54 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
395 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
396 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
401 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
402 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
409 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
410 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
415 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/contrib/hstore/
H A Dhstore_gist.c48 #define GTHDRSIZE (VARHDRSZ + sizeof(int32))
49 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
51 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
392 datum_l = (GISTTYPE *) palloc(GTHDRSIZE);
393 SET_VARSIZE(datum_l, GTHDRSIZE);
398 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN);
399 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN);
406 datum_r = (GISTTYPE *) palloc(GTHDRSIZE);
407 SET_VARSIZE(datum_r, GTHDRSIZE);
412 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN);
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/contrib/hstore/
H A Dhstore_gist.c48 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
49 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
51 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
392 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
393 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
398 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
399 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
406 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
407 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
412 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/contrib/hstore/
H A Dhstore_gist.c48 #define GTHDRSIZE (VARHDRSZ + sizeof(int32)) macro
49 #define CALCGTSIZE(flag) ( GTHDRSIZE+(((flag) & ALLISTRUE) ? 0 : SIGLEN) )
51 #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) )
392 datum_l = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
393 SET_VARSIZE(datum_l, GTHDRSIZE); in ghstore_picksplit()
398 datum_l = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
399 SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN); in ghstore_picksplit()
406 datum_r = (GISTTYPE *) palloc(GTHDRSIZE); in ghstore_picksplit()
407 SET_VARSIZE(datum_r, GTHDRSIZE); in ghstore_picksplit()
412 datum_r = (GISTTYPE *) palloc(GTHDRSIZE + SIGLEN); in ghstore_picksplit()
[all …]

1234567