Matvey Arye 51821b3709 Move trigger handling from PLPGSQL to C
Applying triggers to chunks requires taking the definition
of a trigger on a hypertable and executing it on a chunk. Previously
this was done with string replacement in the trigger definition.
This was not especially safe, and thus we moved the logic to C
where we can do proper parsing/deparsing and replacement of the table
name. Another positive aspect is that we got rid of some DDL triggers.
2017-09-14 13:01:46 -04:00
..
2017-07-13 09:04:01 -04:00
2017-07-31 13:27:01 -04:00
2017-08-21 13:57:36 -04:00
2017-09-04 15:48:08 -04:00