projects
/
postgresql.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6452043
)
Back-patch removal of extraneous semicolon, so that this will build
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 24 Oct 2004 23:02:41 +0000
(23:02 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 24 Oct 2004 23:02:41 +0000
(23:02 +0000)
with recent bisons (if anyone still cares).
contrib/seg/segparse.y
patch
|
blob
|
blame
|
history
diff --git
a/contrib/seg/segparse.y
b/contrib/seg/segparse.y
index 3c2d6c28c0b9d9b42b1f94db61ededdd4478223b..2879ca2cc6735df5225ef1f1ea76b0370e8ef732 100644
(file)
--- a/
contrib/seg/segparse.y
+++ b/
contrib/seg/segparse.y
@@
-97,7
+97,6
@@
range:
((SEG *)result)->l_ext = ( $1.ext ? $1.ext : '\0' );
((SEG *)result)->u_ext = '-';
}
- ;
|
RANGE boundary {
((SEG *)result)->lower = -HUGE;