diff options
Diffstat (limited to 'src/include/utils/elog.h')
-rw-r--r-- | src/include/utils/elog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h index 3c0e57621fc..b59651289e4 100644 --- a/src/include/utils/elog.h +++ b/src/include/utils/elog.h @@ -207,7 +207,6 @@ extern int errhidecontext(bool hide_ctx); extern int errbacktrace(void); -extern int errfunction(const char *funcname); extern int errposition(int cursorpos); extern int internalerrposition(int cursorpos); @@ -367,7 +366,6 @@ typedef struct ErrorData int elevel; /* error level */ bool output_to_server; /* will report to server log? */ bool output_to_client; /* will report to client? */ - bool show_funcname; /* true to force funcname inclusion */ bool hide_stmt; /* true to prevent STATEMENT: inclusion */ bool hide_ctx; /* true to prevent CONTEXT: inclusion */ const char *filename; /* __FILE__ of ereport() call */ |