From: Tom Lane Date: Sun, 24 Oct 2004 23:02:41 +0000 (+0000) Subject: Back-patch removal of extraneous semicolon, so that this will build X-Git-Tag: REL7_2_7~8 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=643bb8125c49341c300e1e8b10c0fbd369b9d160;p=users%2Fc2main%2Fpostgres.git Back-patch removal of extraneous semicolon, so that this will build with recent bisons (if anyone still cares). --- 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;