Thread: pgsql/src/pl/plpgsql/src gram.y

pgsql/src/pl/plpgsql/src gram.y

From
wieck@postgresql.org (Jan Wieck)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    wieck@postgresql.org    02/05/01 08:40:22

Modified files:
    src/pl/plpgsql/src: gram.y

Log message:
    The attached patch fixes 4 instances of missing simi-colons in the
    PL/PgSQL grammar, which were causing warnings when used with Bison
    1.35.

    Neil Conway <neilconway@rogers.com>