pgsql: Fix an ALTER TABLE test case so that it actually tests what the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix an ALTER TABLE test case so that it actually tests what the
Date: 2008-06-09 18:28:00
Message-ID: 20080609182800.1FC0875602C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2008-06-09 18:32:23 Re: pgsql: Fix typo in comment.
Previous Message Neil Conway 2008-06-09 18:23:06 pgsql: Further tweak for comment in CheckDeadLock(), per Tom.