Re: CLUSTER patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)atentus(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: CLUSTER patch
Date: 2002-07-15 01:53:25
Message-ID: 200207150153.g6F1rPH13621@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> What we do need to do is to flush all buffers for the two rels from the
> local and global buffer caches respectively, since after the swap they
> should get buffered in different places. FlushRelationBuffers looks
> like it will work for that.

Sure, if you want to take the easy solution. ;-)

Good idea, just flush the buffers so we don't have to track the change.

Thanks for the assistance, Tom. Getting a cluster that doesn't have
embarrassing shortcomings is a major improvement for 7.3.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-07-15 01:55:53 Fix for pager and \?
Previous Message Christopher Kings-Lynne 2002-07-15 01:47:44 Re: show() function