Thanks to visit codestin.com
Credit goes to github.com

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/[email protected]
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

Lines changed: 0 additions & 2 deletions
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)