Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 45ff049

Browse files
committed
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
1 parent 4f66c93 commit 45ff049

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/utils/error/elog.c

-2
Original file line numberDiff line numberDiff line change
@@ -846,8 +846,6 @@ errbacktrace(void)
846846
ErrorData *edata = &errordata[errordata_stack_depth];
847847
MemoryContext oldcontext;
848848

849-
Assert(false);
850-
851849
recursion_depth++;
852850
CHECK_STACK_DEPTH();
853851
oldcontext = MemoryContextSwitchTo(edata->assoc_context);

0 commit comments

Comments
 (0)