Re: [HACKERS] Make CLUSTER VERBOSE more verbose

2010-09-17 Thread Abhijit Menon-Sen
At 2010-09-16 21:22:54 +0900, itagaki.takah...@gmail.com wrote: > > Please read the thread. The patch is intended to be applied after > "sequence scan + sort for CLUSTER" patch. Sorry. I missed that. The patch looks fine, then. -- ams -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgr

[HACKERS] Make CLUSTER VERBOSE more verbose

2010-09-16 Thread Itagaki Takahiro
On Thu, Sep 16, 2010 at 4:49 PM, Abhijit Menon-Sen wrote: > I looked at the patch and it seems quite reasonable, but two hunks of > the changes to src/backend/commands/cluster.c don't apply cleanly. Please read the thread. The patch is intended to be applied after "sequence scan + sort for CLUSTE