backtrace_functions
A configuration parameter for specifying a list of internal C functions for which to generate backtraces
backtrace_functions
is a configuration parameter for specifying a list of internal C functions for which to generate backtraces when the function calls ereport()
or elog()
. This parameter is intended for developer use.
backtrace_functions
was added in PostgreSQL 13.
Default value
Default value for backtrace_functions
is: ''
(empty string).
Change history
- PostgreSQL 13
- added (commit 71a8a4f6)
References
- PostgreSQL documentation: backtrace_functions
Useful links
- Backtraces in PostgreSQL - July 2020 blog article by Amit Khandekar