Re: problem with cache

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: ivan <iv(at)psycho(dot)pl>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: problem with cache
Date: 2003-08-04 19:35:58
Message-ID: 20030804193558.GD2055@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 04, 2003 at 09:24:49PM +0200, ivan wrote:
>
> hi, i have more problems with cache :( i wrote about it latter , but there
> was no answer. Because when i drop same relation its should be clean cache
> too, but postgres dont do it . Ist sad because i cant do reload db , i
> have errors :( what should i do ?

What do you mean by "drop same relation"? Is this SQL or you are
hacking the backend? If the latter maybe you need something like
RelationFlushBuffers() or RelationForgetRelation().

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"The ability to monopolize a planet is insignificant
next to the power of the source"

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2003-08-04 19:46:43 Re: [HACKERS] statement level trigger causes pltcl, plpython
Previous Message ivan 2003-08-04 19:24:49 problem with cache