1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-21 02:52:47 +03:00

Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR)

followed by seeing EOF from client.  If we want a safe session-kill
capability we will need to write one, not break our error handling
mechanism.
This commit is contained in:
Tom Lane
2004-07-28 22:05:47 +00:00
parent d79dc61df9
commit 98c120a203
3 changed files with 6 additions and 22 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.67 2004/06/11 01:09:22 tgl Exp $
* $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.68 2004/07/28 22:05:47 tgl Exp $
*
* OLD COMMENTS
* This file was created so that other c files could get the two
@@ -33,7 +33,6 @@ extern bool InError;
extern CommandDest whereToSendOutput;
extern DLLIMPORT const char *debug_query_string;
extern int max_stack_depth;
extern bool in_fatal_exit;
/* GUC-configurable parameters */