Skip to content
Snippets Groups Projects
Commit 433f1e78 authored by Nikita Pettik's avatar Nikita Pettik Committed by Nikita Pettik
Browse files

alter: remove exception raise from on_replace_dd_schema trigger

On replace data-dictionary triggers do not expect that exceptions can be
raised from their body. Unfortunately, on_replace_dd_schema still
contains one invocation of diag_raise() which may lead to unpredictable
results. So let's replace it with diag_set().

Part of #5332
parent cc079b15
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment