]> granicus.if.org Git - postgresql/commit
Major improvement in CLUSTER which preserves table characteristics using
authorBruce Momjian <bruce@momjian.us>
Sat, 10 Aug 2002 20:43:46 +0000 (20:43 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 10 Aug 2002 20:43:46 +0000 (20:43 +0000)
commit7dc40a2be053a11544c708f576f2bb2858f14aa9
tree589411a580c5b8e6f1349dd60f4c4b6d79ecbb84
parent181ca96e7a730ba35e973d3361422e6d8a460f88
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>)
doc/src/sgml/ref/cluster.sgml
src/backend/commands/cluster.c
src/test/regress/output/cluster.out [new file with mode: 0644]
src/test/regress/sql/cluster.sql [new file with mode: 0644]