diff options
Diffstat (limited to 'src/include/tcop/tcopprot.h')
-rw-r--r-- | src/include/tcop/tcopprot.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index df616de5786..d29dddd40ad 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tcopprot.h,v 1.40 2001/03/22 04:01:09 momjian Exp $ + * $Id: tcopprot.h,v 1.41 2001/06/08 21:16:48 petere Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two @@ -21,10 +21,12 @@ #include <setjmp.h> #include "executor/execdesc.h" +#include "tcop/dest.h" extern DLLIMPORT sigjmp_buf Warn_restart; extern bool Warn_restart_ready; extern bool InError; +extern CommandDest whereToSendOutput; extern bool HostnameLookup; extern bool ShowPortNumber; |