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-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9970881facbaa5e419f29d516d0c4853e5f506d2;p=users%2Fbernd%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;