fix for bison warnings - Mailing list pgsql-patches

From Neil Conway
Subject fix for bison warnings
Date
Msg-id 1016486032.6249.17.camel@jiro
Whole thread Raw
Responses Re: fix for bison warnings  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: fix for bison warnings  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bison 1.34 is more picky about requiring rules to be terminated with
semi-colons. As a result, current sources generate a number of warnings.
This patch fixes that.

I'm no yacc expert, but this is pretty straight forward, so hopefully I
haven't buggered anything ;-) It passes the regression tests.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

Attachment

pgsql-patches by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Add regression tests for ADD PRIMARY KEY
Next
From: Bruce Momjian
Date:
Subject: Re: Add regression tests for ADD PRIMARY KEY