diff options
| author | Bruce Momjian | 2003-07-22 20:29:13 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-07-22 20:29:13 +0000 |
| commit | a0cc9f3cb9e46178b1d6d995802b54deaffd69f3 (patch) | |
| tree | 2584d8daaa74cfd74118652b52e3a750b952927d /src/include/tcop | |
| parent | 25114d3e293f00b59be722b6148cdc00d2eb1b4d (diff) | |
Add GUC parameter to control rendezvous name.
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/tcopprot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index b5e171e1d36..ee2e4391fb5 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tcopprot.h,v 1.57 2003/05/05 00:44:56 tgl Exp $ + * $Id: tcopprot.h,v 1.58 2003/07/22 20:29:13 momjian Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two @@ -32,6 +32,7 @@ extern CommandDest whereToSendOutput; extern bool log_hostname; extern bool LogSourcePort; extern DLLIMPORT const char *debug_query_string; +extern char *rendezvous_name; #ifndef BOOTSTRAP_INCLUDE |
