Sven Klemm 3b94b996f2 Use custom node to block frozen chunk modifications
This patch changes the code that blocks frozen chunk
modifications to no longer use triggers but to use custom
node instead. Frozen chunks is a timescaledb internal object
and should therefore not be protected by TRIGGER which is
external and creates several hazards. TRIGGERs created to
protect internal state contend with user-created triggers.
The trigger created to protect frozen chunks does not work
well with our restoring GUC which we use when restoring
logical dumps. Thirdly triggers are not functional for any
internal operations but are only working in code paths that
explicitly added trigger support.
2022-11-25 19:56:48 +01:00
..
2022-10-07 10:10:22 +02:00
2020-10-05 19:35:51 +02:00
2022-11-11 13:59:42 +01:00
2020-07-29 15:30:39 -04:00
2019-04-26 13:08:00 -04:00
2022-05-03 07:55:43 +02:00