pgsql: Add explicit regression tests for ALTER TABLE lock levels.

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add explicit regression tests for ALTER TABLE lock levels.
Date: 2010-07-29 11:06:34
Message-ID: 20100729110634.D4DAC7541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add explicit regression tests for ALTER TABLE lock levels.
Use this to catch a couple of lock level assignments that slipped
through manual testing, per Peter Eisentraut.

Modified Files:
--------------
pgsql/src/backend/commands:
cluster.c (r1.204 -> r1.205)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/cluster.c?r1=1.204&r2=1.205)
tablecmds.c (r1.335 -> r1.336)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.335&r2=1.336)
pgsql/src/include/commands:
cluster.h (r1.41 -> r1.42)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/cluster.h?r1=1.41&r2=1.42)
pgsql/src/test/regress/expected:
alter_table.out (r1.119 -> r1.120)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/alter_table.out?r1=1.119&r2=1.120)
pgsql/src/test/regress/sql:
alter_table.sql (r1.62 -> r1.63)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/alter_table.sql?r1=1.62&r2=1.63)

Browse pgsql-committers by date

  From Date Subject
Next Message User Sas 2010-07-29 12:04:59 slony1-ctl - slony-ctl: It seems to me it would be easier to suppress
Previous Message Peter Eisentraut 2010-07-28 20:34:34 pgsql: Remove wildly obsolete type attribute externallength from chkpass