Home
last modified time | relevance | path

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

/dports/databases/timescaledb/timescaledb-2.5.1/src/
H A Dchunk_constraint.c311 Oid hypertable_constraint_oid = in chunk_constraint_create() local
315 HeapTuple tuple = SearchSysCache1(CONSTROID, hypertable_constraint_oid); in chunk_constraint_create()
323 hypertable_constraint_oid, in chunk_constraint_create()
H A Dprocess_utility.c2120 Oid hypertable_constraint_oid = *((Oid *) arg); in process_add_constraint_chunk() local
2123 ts_chunk_constraint_create_on_chunk(chunk, hypertable_constraint_oid); in process_add_constraint_chunk()
2129 Oid hypertable_constraint_oid = in process_altertable_add_constraint() local
2134 foreach_chunk(ht, process_add_constraint_chunk, &hypertable_constraint_oid); in process_altertable_add_constraint()