Jan Nidzwetzki 8347621016 Check for trigger context before accessing data
The ts_hypertable_insert_blocker function was accessing data from the
trigger context before it was tested that a trigger context actually
exists. This led to a crash when the function was called directly.

Fixes: #6819
2024-04-11 08:36:14 +02:00

3 lines
179 B
Plaintext

Fixes: #6820 Fix a crash when the ts_hypertable_insert_blocker was called directly
Thanks: @brasic for reporting a crash when the ts_hypertable_insert_blocker was called directly