Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: CLUSTER patch - Mailing list pgsql-patches

From Tom Lane
Subject Re: CLUSTER patch
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: CLUSTER patch  (Alvaro Herrera <[email protected]>)
Responses Re: CLUSTER patch
List pgsql-patches
Alvaro Herrera <[email protected]> writes:
> It does indeed work.  Actually, I tried to do that before, but the fact
> that RelationFlushBuffers requires a firstDelBlock made me turn around.

firstDelBlock should be 0, not length-of-relation; as given, this code
fails to get rid of the buffer entries!

            regards, tom lane

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: CLUSTER patch
Next
From: Alvaro Herrera
Date:
Subject: Re: CLUSTER patch