CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/08/10 16:43:46
Modified files:
doc/src/sgml/ref: cluster.sgml
src/backend/commands: cluster.c
Added files:
src/test/regress/output: cluster.out
src/test/regress/sql: cluster.sql
Log message:
Major improvement in CLUSTER which preserves table characteristics using
relfilenode.
I sent the CLUSTER patch a few days ago and I think it was missed. I
append it again, this time including the regression test files. For the
committer, please note that you have to cvs add the files as they don't
exist. Maybe add to the parallel and serial schedules also, but I don't
know such stuff.
Alvaro Herrera (<alvherre[a]atentus.com>)