Tom Lane 475cb157b9 Squash some more CLUSTER bugs. Never has worked on multiple-column
indexes, apparently, nor on functional indexes with more than one input
column (force of natts = 1 was in the wrong branch of IF statement).
Coredumped if source relation contained any uncommitted tuples, due to
failure to test for success return from heap_fetch.  Fetched tuple
was passed directly to heap_insert, which clobbers the TID and commit
status in the tuple header it's given, which meant that the source
relation's tuples all got trashed as the copy proceeded.  Abort partway
through, and you're left with a lot of missing tuples.
I wonder what else is lurking here ...
2000-05-12 16:10:09 +00:00
..
2000-05-12 00:54:53 +00:00
1998-11-19 02:39:51 +00:00
2000-05-05 07:35:29 +00:00
2000-04-12 01:01:49 +00:00
1999-07-30 03:45:57 +00:00
2000-02-28 23:28:41 +00:00
Hi!
2000-01-18 19:05:31 +00:00