mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 10:11:29 +08:00
This commit adds logic for manipulating internal metadata tables used for enabling users to schedule automatic drop_chunks and recluster policies. This commit includes: - SQL for creating policy tables and chunk stats table - Catalog code and C code for accessing these three tables programatically - Implement and expose new user API functions: add_*_policy and remove_*_policy - Stub scheduler logic for running the policies
3 lines
45 B
CMake
3 lines
45 B
CMake
add_subdirectory(test)
|
|
add_subdirectory(src)
|