Home
last modified time | relevance | path

Searched refs:SET_VARSIZE_COMPRESSED (Results 76 – 100 of 144) sorted by relevance

123456

/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/heap/
H A Dtuptoaster.c1425 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1924 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
2123 SET_VARSIZE_COMPRESSED(result, length + VARHDRSZ); in toast_fetch_datum_slice()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/heap/
H A Dtuptoaster.c1425 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1924 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
2123 SET_VARSIZE_COMPRESSED(result, length + VARHDRSZ); in toast_fetch_datum_slice()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/access/heap/
H A Dtuptoaster.c1425 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1924 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
2123 SET_VARSIZE_COMPRESSED(result, length + VARHDRSZ); in toast_fetch_datum_slice()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/access/heap/
H A Dtuptoaster.c1425 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1924 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
2123 SET_VARSIZE_COMPRESSED(result, length + VARHDRSZ); in toast_fetch_datum_slice()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/heap/
H A Dtuptoaster.c1411 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1910 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
2104 SET_VARSIZE_COMPRESSED(result, length + VARHDRSZ); in toast_fetch_datum_slice()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/heap/
H A Dtuptoaster.c1425 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1924 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
2123 SET_VARSIZE_COMPRESSED(result, length + VARHDRSZ); in toast_fetch_datum_slice()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/access/heap/
H A Dtuptoaster.c1425 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1924 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
2123 SET_VARSIZE_COMPRESSED(result, length + VARHDRSZ); in toast_fetch_datum_slice()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/heap/
H A Dtuptoaster.c1343 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1839 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
2033 SET_VARSIZE_COMPRESSED(result, length + VARHDRSZ); in toast_fetch_datum_slice()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/heap/
H A Dtuptoaster.c1343 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1839 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
2033 SET_VARSIZE_COMPRESSED(result, length + VARHDRSZ); in toast_fetch_datum_slice()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/heap/
H A Dtuptoaster.c1343 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1839 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
2033 SET_VARSIZE_COMPRESSED(result, length + VARHDRSZ); in toast_fetch_datum_slice()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/heap/
H A Dtuptoaster.c1343 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1839 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
2033 SET_VARSIZE_COMPRESSED(result, length + VARHDRSZ); in toast_fetch_datum_slice()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/
H A Dpostgres.h330 #define SET_VARSIZE_COMPRESSED(PTR, len) SET_VARSIZE_4B_C(PTR, len) macro
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/
H A Dpostgres.h330 #define SET_VARSIZE_COMPRESSED(PTR, len) SET_VARSIZE_4B_C(PTR, len) macro
/dports/databases/postgresql10-server/postgresql-10.19/src/include/
H A Dpostgres.h330 #define SET_VARSIZE_COMPRESSED(PTR, len) SET_VARSIZE_4B_C(PTR, len) macro
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/
H A Dpostgres.h330 #define SET_VARSIZE_COMPRESSED(PTR, len) SET_VARSIZE_4B_C(PTR, len) macro
/dports/databases/postgresql10-client/postgresql-10.19/src/include/
H A Dpostgres.h330 #define SET_VARSIZE_COMPRESSED(PTR, len) SET_VARSIZE_4B_C(PTR, len) macro
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/
H A Dpostgres.h330 #define SET_VARSIZE_COMPRESSED(PTR, len) SET_VARSIZE_4B_C(PTR, len) macro
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/
H A Dpostgres.h330 #define SET_VARSIZE_COMPRESSED(PTR, len) SET_VARSIZE_4B_C(PTR, len) macro
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/
H A Dpostgres.h330 #define SET_VARSIZE_COMPRESSED(PTR, len) SET_VARSIZE_4B_C(PTR, len) macro
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/
H A Dpostgres.h330 #define SET_VARSIZE_COMPRESSED(PTR, len) SET_VARSIZE_4B_C(PTR, len) macro
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/heap/
H A Dtuptoaster.c1416 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1915 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/heap/
H A Dtuptoaster.c1416 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1915 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/heap/
H A Dtuptoaster.c1416 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1915 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/heap/
H A Dtuptoaster.c1416 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1915 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/access/heap/
H A Dtuptoaster.c1416 SET_VARSIZE_COMPRESSED(tmp, len + TOAST_COMPRESS_HDRSZ); in toast_compress_datum()
1915 SET_VARSIZE_COMPRESSED(result, ressize + VARHDRSZ); in toast_fetch_datum()

123456