projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0582874
)
Remove extraneous | ... while bison 1.28 doesn't object, newer versions
author
Tom Lane
Sun, 22 Sep 2002 21:51:18 +0000
(21:51 +0000)
committer
Tom Lane
Sun, 22 Sep 2002 21:51:18 +0000
(21:51 +0000)
do.
contrib/seg/segparse.y
patch
|
blob
|
blame
|
history
diff --git
a/contrib/seg/segparse.y
b/contrib/seg/segparse.y
index 539c01b2539f4f71587dc0d77f5d9af7c50e5124..1195198f58a545f5c46aaae8290929c1c1728b95 100644
(file)
--- a/
contrib/seg/segparse.y
+++ b/
contrib/seg/segparse.y
@@
-92,7
+92,6
@@
range:
((SEG *)result)->l_ext = ( $1.ext ? $1.ext : '\0' );
((SEG *)result)->u_ext = '-';
}
- ;
|
RANGE boundary {
((SEG *)result)->lower = -HUGE;