Skip to content

Commit 296a942

Browse files
committed
From: Darren King <darrenk@insightdist.com>
This patch will... 1. Remove the "-Wall" option from the ecpg/lib and ecpg/preproc Makefile. 2. Remove the addition of $(SRCDIR)/include and-or $(SRCDIR)/backend from ecpg/lib, ecpg/preproc, libpq and utils Makefiles. Already in CFLAGS... 3. Set MK_NO_LORDER and RANLIB in Makefile.aix to avoid a couple of extra steps taken care of by the 'ld' command anyways.
1 parent 8772241 commit 296a942

File tree

7 files changed

+229
-234
lines changed

7 files changed

+229
-234
lines changed

src/backend/parser/gram.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
*
211211
*
212212
* IDENTIFICATION
213-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.2 1998/02/21 06:31:46 scrappy Exp $
213+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.3 1998/02/27 02:40:36 scrappy Exp $
214214
*
215215
* HISTORY
216216
* AUTHOR DATE MAJOR EVENT
@@ -287,7 +287,7 @@ typedef union
287287
char chr;
288288
char *str;
289289
bool boolean;
290-
bool* pboolean; /* for pg_user privileges */
290+
bool* pboolean; /* for pg_shadow privileges */
291291
List *list;
292292
Node *node;
293293
Value *value;

0 commit comments

Comments
 (0)