mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Eliminate dupliclate definition of external variables reldesc and DataDir.
Some compilers recognize this error.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.13 1996/12/26 22:06:59 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.14 1997/01/14 08:04:42 bryanh Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -184,7 +184,6 @@ static struct typmap *Ap = (struct typmap *)NULL;
|
||||
static int Warnings = 0;
|
||||
static char Blanks[MAXATTR];
|
||||
|
||||
Relation reldesc; /* current relation descriptor */
|
||||
static char *relname; /* current relation name */
|
||||
|
||||
AttributeTupleForm attrtypes[MAXATTR]; /* points to attribute info */
|
||||
|
Reference in New Issue
Block a user