Home
last modified time | relevance | path

Searched refs:attLeafType (Results 1 – 25 of 112) sorted by relevance

12345

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/access/
H A Dspgist_private.h151 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
256 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
412 (s)->attLeafType.attbyval, \
413 (s)->attLeafType.attlen)
/dports/databases/postgresql14-server/postgresql-14.1/src/include/access/
H A Dspgist_private.h151 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
256 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
412 (s)->attLeafType.attbyval, \
413 (s)->attLeafType.attlen)
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/access/
H A Dspgist_private.h151 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
256 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
412 (s)->attLeafType.attbyval, \
413 (s)->attLeafType.attlen)
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/access/
H A Dspgist_private.h151 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
256 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
412 (s)->attLeafType.attbyval, \
413 (s)->attLeafType.attlen)
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/access/
H A Dspgist_private.h151 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
256 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
412 (s)->attLeafType.attbyval, \
413 (s)->attLeafType.attlen)
/dports/databases/postgresql14-client/postgresql-14.1/src/include/access/
H A Dspgist_private.h151 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
256 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
412 (s)->attLeafType.attbyval, \
413 (s)->attLeafType.attlen)
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/access/
H A Dspgist_private.h151 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
256 SpGistTypeDesc attLeafType; /* type of leaf-tuple values */ member
412 (s)->attLeafType.attbyval, \
413 (s)->attLeafType.attlen)
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/spgist/
H A Dspgutils.c138 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
142 cache->attLeafType = cache->attType; in spgGetCache()
184 state->attLeafType = cache->attLeafType; in initSpGistState()
639 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
655 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/spgist/
H A Dspgutils.c138 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
142 cache->attLeafType = cache->attType; in spgGetCache()
184 state->attLeafType = cache->attLeafType; in initSpGistState()
639 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
655 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/spgist/
H A Dspgutils.c138 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
142 cache->attLeafType = cache->attType; in spgGetCache()
184 state->attLeafType = cache->attLeafType; in initSpGistState()
639 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
655 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/access/spgist/
H A Dspgutils.c138 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
142 cache->attLeafType = cache->attType; in spgGetCache()
184 state->attLeafType = cache->attLeafType; in initSpGistState()
639 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
655 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/access/spgist/
H A Dspgutils.c138 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
142 cache->attLeafType = cache->attType; in spgGetCache()
184 state->attLeafType = cache->attLeafType; in initSpGistState()
639 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
655 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/spgist/
H A Dspgutils.c138 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
142 cache->attLeafType = cache->attType; in spgGetCache()
184 state->attLeafType = cache->attLeafType; in initSpGistState()
639 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
655 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/access/spgist/
H A Dspgutils.c138 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
142 cache->attLeafType = cache->attType; in spgGetCache()
184 state->attLeafType = cache->attLeafType; in initSpGistState()
639 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
655 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/spgist/
H A Dspgutils.c144 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
148 cache->attLeafType = cache->attType; in spgGetCache()
190 state->attLeafType = cache->attLeafType; in initSpGistState()
645 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
661 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/spgist/
H A Dspgutils.c144 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
148 cache->attLeafType = cache->attType; in spgGetCache()
190 state->attLeafType = cache->attLeafType; in initSpGistState()
645 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
661 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/spgist/
H A Dspgutils.c149 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
153 cache->attLeafType = cache->attType; in spgGetCache()
195 state->attLeafType = cache->attLeafType; in initSpGistState()
657 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
673 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/spgist/
H A Dspgutils.c149 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
153 cache->attLeafType = cache->attType; in spgGetCache()
195 state->attLeafType = cache->attLeafType; in initSpGistState()
657 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
673 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/spgist/
H A Dspgutils.c144 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
148 cache->attLeafType = cache->attType; in spgGetCache()
190 state->attLeafType = cache->attLeafType; in initSpGistState()
645 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
661 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/spgist/
H A Dspgutils.c149 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
153 cache->attLeafType = cache->attType; in spgGetCache()
195 state->attLeafType = cache->attLeafType; in initSpGistState()
657 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
673 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/spgist/
H A Dspgutils.c144 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
148 cache->attLeafType = cache->attType; in spgGetCache()
190 state->attLeafType = cache->attLeafType; in initSpGistState()
645 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
661 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/spgist/
H A Dspgutils.c149 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
153 cache->attLeafType = cache->attType; in spgGetCache()
195 state->attLeafType = cache->attLeafType; in initSpGistState()
657 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
673 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/spgist/
H A Dspgutils.c149 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
153 cache->attLeafType = cache->attType; in spgGetCache()
195 state->attLeafType = cache->attLeafType; in initSpGistState()
657 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
673 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/access/spgist/
H A Dspgutils.c144 fillTypeDesc(&cache->attLeafType, cache->config.leafType);
148 cache->attLeafType = cache->attType;
190 state->attLeafType = cache->attLeafType;
645 size += SpGistGetTypeSize(&state->attLeafType, datum);
661 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum);
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/access/spgist/
H A Dspgutils.c144 fillTypeDesc(&cache->attLeafType, cache->config.leafType); in spgGetCache()
148 cache->attLeafType = cache->attType; in spgGetCache()
190 state->attLeafType = cache->attLeafType; in initSpGistState()
645 size += SpGistGetTypeSize(&state->attLeafType, datum); in spgFormLeafTuple()
661 memcpyDatum(SGLTDATAPTR(tup), &state->attLeafType, datum); in spgFormLeafTuple()

12345