Re: Well, we seem to be proof against cache-inval problems now

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alex Pilosov <alex(at)pilosoft(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Well, we seem to be proof against cache-inval problems now
Date: 2001-01-05 19:14:29
Message-ID: 10742.978722069@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alex Pilosov <alex(at)pilosoft(dot)com> writes:
> Tom, I'm not sure how (or whether) this relates to "alter table" happening
> when someone else is doing a SELECT from table.

The ALTER will wait for the SELECT to finish. That's not related to the
internal cache problem that I was worried about.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Lance Taylor 2001-01-05 19:39:16 Recursion and SPI
Previous Message Alex Pilosov 2001-01-05 19:13:26 Re: Well, we seem to be proof against cache-inval problems now