Remove debugging aid
This Assert(false) was not supposed to be in the committed copy. Reported by: Tom Lane Discussion: https://postgr.es/m/26476.1574525468@sss.pgh.pa.us
This commit is contained in:
parent
4f66c93f61
commit
45ff049e28
@ -846,8 +846,6 @@ errbacktrace(void)
|
|||||||
ErrorData *edata = &errordata[errordata_stack_depth];
|
ErrorData *edata = &errordata[errordata_stack_depth];
|
||||||
MemoryContext oldcontext;
|
MemoryContext oldcontext;
|
||||||
|
|
||||||
Assert(false);
|
|
||||||
|
|
||||||
recursion_depth++;
|
recursion_depth++;
|
||||||
CHECK_STACK_DEPTH();
|
CHECK_STACK_DEPTH();
|
||||||
oldcontext = MemoryContextSwitchTo(edata->assoc_context);
|
oldcontext = MemoryContextSwitchTo(edata->assoc_context);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user