mirror of https://github.com/citusdata/citus.git
Add TODOs
parent
e7138bcd4c
commit
20471d2a38
|
@ -189,12 +189,13 @@ InitiateTimeseriesTablePartitions(Oid relationId)
|
|||
SPI_finish();
|
||||
}
|
||||
|
||||
// TODO: If result is not true, error out! (Check metadata tables after erroring out!)
|
||||
/* TODO: If result is not true, error out! (Check metadata tables after erroring out!) */
|
||||
|
||||
SPI_execute(initiateTimeseriesPartitionsCommand->data, readOnly, 0);
|
||||
SPI_finish();
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Add tuples for the given table to the citus_timeseries_tables using given params
|
||||
*/
|
||||
|
|
|
@ -20,5 +20,5 @@ GRANT SELECT ON ALL tables IN SCHEMA citus_timeseries TO PUBLIC;
|
|||
|
||||
RESET search_path;
|
||||
|
||||
-- Add trigger to delete from here
|
||||
-- Add trigger to unschedule cron jobs in future
|
||||
-- TODO: Add trigger to delete from here
|
||||
-- TODO: Add trigger to unschedule cron jobs in future
|
||||
|
|
Loading…
Reference in New Issue