mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
Eliminate dupliclate definition of external variables reldesc and DataDir.
Some compilers recognize this error.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.30 1996/12/26 22:07:17 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.31 1997/01/14 08:05:19 bryanh Exp $
|
||||
*
|
||||
* NOTES
|
||||
*
|
||||
@@ -119,11 +119,6 @@ static short ActiveBackends = FALSE;
|
||||
static int NextBackendId = MAXINT; /* XXX why? */
|
||||
static char *progname = (char *) NULL;
|
||||
|
||||
char *DataDir;
|
||||
/* The PGDATA directory user says to use, or defaults to via environment
|
||||
variable. NULL if no option given and no environment variable set
|
||||
*/
|
||||
|
||||
/*
|
||||
* Default Values
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user