Doesn't compile - Mailing list pgsql-hackers

From Ole Gjerde
Subject Doesn't compile
Date
Msg-id Pine.LNX.4.05.9905211236270.27440-100000@snowman.icebox.org
Whole thread Raw
Responses Re: [HACKERS] Doesn't compile
List pgsql-hackers
Current CVS doesn't compile on Redhat Linux 6.0.

bison 1.27
flex 2.5.4a

Ole Gjerde

--- src/backend/parser/gram.y   1999/05/21 15:47:13     2.81
+++ src/backend/parser/gram.y   1999/05/21 17:48:46
@@ -5365,8 +5365,8 @@                       for (pos = 1; n->val.val.str[pos]; pos++)                       {
                   if (n->val.val.str[pos] == '|' ||
 
-                               if (n->val.val.str[pos] == '{' ||
-                               if (n->val.val.str[pos] == '}')
+                                   n->val.val.str[pos] == '{' ||
+                                   n->val.val.str[pos] == '}')                               {
             found_special = true;                                       break;
 





pgsql-hackers by date:

Previous
From: Ole Gjerde
Date:
Subject: Re: [HACKERS] Current TODO list
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Doesn't compile