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.
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2004-05-06 16:49:14 |
| Subject: pgsql-server/doc TODO src/FAQ/FAQ.html |
| Previous: | From: scott.marlowe | Date: 2004-05-06 15:47:13 |
| Subject: Re: ALTER TABLE TODO items |