pgsql-server/src backend/commands/cluster.c ba ... - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/src backend/commands/cluster.c ba ...
Date
Msg-id 20040506161057.B4910D1EB77@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/05/06 13:10:57

Modified files:
    src/backend/commands: cluster.c tablecmds.c
    src/backend/utils/cache: inval.c
    src/include/commands: cluster.h
    src/include/utils: inval.h

Log message:
    Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't
    modify.  Also fix a passel of problems with ALTER TABLE CLUSTER ON:
    failure to check that the index is safe to cluster on (or even belongs
    to the indicated rel, or even exists), and failure to broadcast a relcache
    flush event when changing an index's state.


pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src backend/nodes/outfuncs.c back ...
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/doc TODO src/FAQ/FAQ.html