diff options
| author | Bruce Momjian | 2000-11-25 04:13:18 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-11-25 04:13:18 +0000 |
| commit | 9d5098ca789dde1d48238f8cdb875eff28c3a251 (patch) | |
| tree | 95120306cf681229ded142db5ece4cdf98d63475 /src/include/libpq | |
| parent | 7a161ac3b727dbf0beb39fefedde5d62240003b5 (diff) | |
Rename GUC name from unixsocket to unix_socket_directory
Diffstat (limited to 'src/include/libpq')
| -rw-r--r-- | src/include/libpq/pqcomm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h index 8d5419dab45..ceb6956bb17 100644 --- a/src/include/libpq/pqcomm.h +++ b/src/include/libpq/pqcomm.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqcomm.h,v 1.49 2000/11/22 03:40:19 momjian Exp $ + * $Id: pqcomm.h,v 1.50 2000/11/25 04:13:18 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -178,7 +178,7 @@ typedef struct CancelRequestPacket extern int Unix_socket_permissions; extern char * Unix_socket_group; -extern char * UnixSocketName; +extern char * UnixSocketDir; extern char * Virtual_host; #endif /* PQCOMM_H */ |
