mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-14 01:10:37 +08:00
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
3 lines
179 B
Plaintext
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
|