pgsql: Tweak the PL/PgSQL regression tests to catch the recently - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Tweak the PL/PgSQL regression tests to catch the recently
Date
Msg-id 20050914183539.0CD40D8EAF@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Tweak the PL/PgSQL regression tests to catch the recently reported bug
in parsing cursor declarations.

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        plpgsql.out (r1.38 -> r1.39)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/plpgsql.out.diff?r1=1.38&r2=1.39)
    pgsql/src/test/regress/sql:
        plpgsql.sql (r1.33 -> r1.34)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/plpgsql.sql.diff?r1=1.33&r2=1.34)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix recent breakage of decl_cursor_arglist syntax, per Michael
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Various documentation improvements.