pgsql: Fix an ALTER TABLE test case so that it actually tests what the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix an ALTER TABLE test case so that it actually tests what the
Date
Msg-id 20080609182800.1FC0875602C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix an ALTER TABLE test case so that it actually tests what the comment says it
is testing.  Ah, the perils of making keywords optional ...

Modified Files:
--------------
    pgsql/src/test/regress/sql:
        alter_table.sql (r1.58 -> r1.59)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/alter_table.sql?r1=1.58&r2=1.59)
    pgsql/src/test/regress/expected:
        alter_table.out (r1.107 -> r1.108)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/alter_table.out?r1=1.107&r2=1.108)

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Further tweak for comment in CheckDeadLock(), per Tom.
Next
From: Neil Conway
Date:
Subject: Re: pgsql: Fix typo in comment.