File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -697,7 +697,8 @@ is displayed. The content of related variables are displayed when verbosity is v
697697 NOTICE: #0 <<- end of block (elapsed time=0.754 ms)
698698
699699The number after ` # ` is a execution frame counter (this number is related to depth of error context stack).
700- It allows to pair start and end of function.
700+ It allows to pair start and end of function. Attention - the initial depth of error context stack can be different
701+ in dependency on environment (and used protocol).
701702
702703Tracing is enabled by setting ` plpgsql_check.tracer ` to ` on ` . Attention - enabling this behaviour
703704has significant negative impact on performance (unlike the profiler). You can set a level for output used by
You can’t perform that action at this time.
0 commit comments