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
pull/44/head
Alvaro Herrera 6 years ago
parent 4f66c93f61
commit 45ff049e28
  1. 2
      src/backend/utils/error/elog.c

@ -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);

Loading…
Cancel
Save