pgsql: Allow ALTER TABLE .. - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Allow ALTER TABLE ..
Date
Msg-id 20100701141204.A52167541D5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Allow ALTER TABLE .. SET TABLESPACE to be interrupted.

Backpatch to 8.0, where tablespaces were introduced.

Guillaume Lelarge

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        tablecmds.c (r1.288.2.3 -> r1.288.2.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.288.2.3&r2=1.288.2.4)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Allow ALTER TABLE ..
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove port.h prototypes from pg_upgrade.h, per report from