Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit296a942

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 parent8772241 commit296a942

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
* AUTHORDATEMAJOR EVENT
@@ -287,7 +287,7 @@ typedef union
287287
charchr;
288288
char*str;
289289
boolboolean;
290-
bool*pboolean;/* forpg_user privileges */
290+
bool*pboolean;/* forpg_shadow privileges */
291291
List*list;
292292
Node*node;
293293
Value*value;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp