Home
last modified time | relevance | path

Searched refs:data_node_add_without_dist_id (Results 1 – 3 of 3) sorted by relevance

/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/
H A Ddata_node.h50 extern Datum data_node_add_without_dist_id(PG_FUNCTION_ARGS);
H A Ddata_node.c812 data_node_add_without_dist_id(PG_FUNCTION_ARGS) in data_node_add_without_dist_id() function
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/src/
H A Ddata_node.c106 return data_node_add_without_dist_id(fcinfo); in ts_unchecked_add_data_node()