summaryrefslogtreecommitdiff
path: root/src/include/tcop
diff options
context:
space:
mode:
authorTom Lane2004-07-28 22:05:47 +0000
committerTom Lane2004-07-28 22:05:47 +0000
commit98c120a2037391ad1d475b7e3566505ede36cb77 (patch)
tree890b0979875b3129a5c86edc70119a48a58dc23f /src/include/tcop
parentd79dc61df9af7ce97bbbeb1f7c8a7a89f9874e85 (diff)
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.
Diffstat (limited to 'src/include/tcop')
-rw-r--r--src/include/tcop/tcopprot.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h
index 0f55e9787fd..7af3747c8bf 100644
--- a/src/include/tcop/tcopprot.h
+++ b/src/include/tcop/tcopprot.h
@@ -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 */