diff options
| author | Bruce Momjian | 2005-05-15 00:26:19 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2005-05-15 00:26:19 +0000 |
| commit | c9a382b2ed8ce181bad14de429ed102abada63cd (patch) | |
| tree | 25e52014bd16b6d374a4da4f327bd3d6828a84d7 /src/include/postmaster | |
| parent | c8a6b527050806d3e12d6002db16d5b93c644303 (diff) | |
Rename Rendezvous to Bonjour to match OS/X renaming.
Diffstat (limited to 'src/include/postmaster')
| -rw-r--r-- | src/include/postmaster/postmaster.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/postmaster/postmaster.h b/src/include/postmaster/postmaster.h index c5c611eab44..1b11d056c71 100644 --- a/src/include/postmaster/postmaster.h +++ b/src/include/postmaster/postmaster.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.9 2004/12/31 22:03:39 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.10 2005/05/15 00:26:19 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -28,7 +28,7 @@ extern int AuthenticationTimeout; extern char *preload_libraries_string; extern bool Log_connections; extern bool log_hostname; -extern char *rendezvous_name; +extern char *bonjour_name; #ifdef WIN32 extern HANDLE PostmasterHandle; |
