MCPcopy Create free account
hub / github.com/apache/cloudberry / errprintstack

Function errprintstack

src/backend/utils/error/elog.c:1528–1536  ·  view source on GitHub ↗

* errprintstack -- force print out stack trace */

Source from the content-addressed store, hash-verified

1526 * errprintstack -- force print out stack trace
1527 */
1528int
1529errprintstack(bool printstack)
1530{
1531 ErrorData *edata = &errordata[errordata_stack_depth];
1532
1533 edata->printstack = printstack;
1534
1535 return 0; /* return value does not matter */
1536}
1537
1538/*
1539 * internalerrposition --- add internal cursor position to the current error

Callers 11

SessionState_AcquireFunction · 0.50
SessionState_ReleaseFunction · 0.50
ResLockUpdateLimitFunction · 0.50
UpdateWorkFileSizeFunction · 0.50
workfile_mgr_close_setFunction · 0.50
LockAcquireExtendedFunction · 0.50
ProcNewMppSessionIdFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected