pgsql-server/src backend/commands/cluster.c ba ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/commands/cluster.c ba ...
Date: 2004-05-06 16:10:57
Message-ID: 20040506161057.B4910D1EB77@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-05-06 16:49:14 pgsql-server/doc TODO src/FAQ/FAQ.html
Previous Message scott.marlowe 2004-05-06 15:47:13 Re: ALTER TABLE TODO items