why toast tables are not reindexed while clustering? - Mailing list pgsql-hackers

From SAKATA Tetsuo
Subject why toast tables are not reindexed while clustering?
Date
Msg-id 44C42770.2020705@oss.ntt.co.jp
Whole thread Raw
Responses Re: why toast tables are not reindexed while clustering?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

My name is Tetsuo Sakata.
Now, I'm checking the PostgreSQL's CLUSTER command.
(I read PostgreSQL 8.1.2.)

I found that when clustering a table the toast table associated with
the table is not reindexed.
( reindex_relation() is called while the parameter toast_too is set false. For this parameter, reindex for the toast
tableis not done.)
 

I'll be pleased if someone tell me the reason why
when a table is clustered toast the table is not reindexed.

best regards,

Tetsuo.
-- 
sakata.tetsuo _at_ oss.ntt.co.jp
SAKATA, Tetsuo. Shinagawa Tokyo JAPAN.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PERFORM] Sun Donated a Sun Fire T2000 to the PostgreSQL
Next
From: Robert Lor
Date:
Subject: Re: [PERFORM] Sun Donated a Sun Fire T2000 to the PostgreSQL