Home
last modified time | relevance | path

Searched refs:typeIoParam (Results 1 – 2 of 2) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/metadata/
H A Dmetadata_cache.c4306 Oid typeIoParam = InvalidOid; in DeformedDistShardTupleToShardInterval() local
4334 &intervalAlign, &intervalDelim, &typeIoParam, in DeformedDistShardTupleToShardInterval()
4339 typeIoParam, intervalTypeMod); in DeformedDistShardTupleToShardInterval()
4341 typeIoParam, intervalTypeMod); in DeformedDistShardTupleToShardInterval()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/commands/
H A Dmulti_copy.c1109 Oid typeIoParam = InvalidOid; in BinaryOutputFunctionDefined() local
1116 &typeAlign, &typeDelim, &typeIoParam, &typeFunctionId); in BinaryOutputFunctionDefined()
1130 Oid typeIoParam = InvalidOid; in BinaryInputFunctionDefined() local
1137 &typeAlign, &typeDelim, &typeIoParam, &typeFunctionId); in BinaryInputFunctionDefined()