diff options
Diffstat (limited to 'src/include/tcop/tcopprot.h')
-rw-r--r-- | src/include/tcop/tcopprot.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index 7af3747c8bf..7f0effdc4ee 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.68 2004/07/28 22:05:47 tgl Exp $ + * $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.69 2004/07/31 00:45:41 tgl Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two @@ -19,17 +19,12 @@ #ifndef TCOPPROT_H #define TCOPPROT_H -#include <setjmp.h> - #include "executor/execdesc.h" #include "nodes/params.h" #include "tcop/dest.h" #include "utils/guc.h" -extern DLLIMPORT sigjmp_buf Warn_restart; -extern bool Warn_restart_ready; -extern bool InError; extern CommandDest whereToSendOutput; extern DLLIMPORT const char *debug_query_string; extern int max_stack_depth; |