summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-10-24 23:02:41 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-10-24 23:02:41 +0000
commit643bb8125c49341c300e1e8b10c0fbd369b9d160 (patch)
tree18b3d03f205336cd095f68c57dc2b4f292ff8ed5
parent6452043ec8e4493c6c283646dec0957f948d2f0d (diff)
downloadpostgresql-643bb8125c49341c300e1e8b10c0fbd369b9d160.tar.gz
Back-patch removal of extraneous semicolon, so that this will build
with recent bisons (if anyone still cares).
-rw-r--r--contrib/seg/segparse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/seg/segparse.y b/contrib/seg/segparse.y
index 3c2d6c28c0..2879ca2cc6 100644
--- 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;