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:
Alvaro Herrera 2019-11-23 13:19:20 -03:00
parent 4f66c93f61
commit 45ff049e28

View File

@ -846,8 +846,6 @@ errbacktrace(void)
ErrorData *edata = &errordata[errordata_stack_depth];
MemoryContext oldcontext;
Assert(false);
recursion_depth++;
CHECK_STACK_DEPTH();
oldcontext = MemoryContextSwitchTo(edata->assoc_context);