Re: BUG #1733: Function visibility in transactions error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Robert Grabowski" <grabba(at)env(dot)pl>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1733: Function visibility in transactions error
Date: 2005-06-28 06:16:31
Message-ID: 11326.1119939391@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Robert Grabowski" <grabba(at)env(dot)pl> writes:
> I have problem with function visibility in transaction when I do create and
> drop function.

System catalog lookups generally follow SnapshotNow rules, not MVCC.
So the new function definition is visible as soon as it's committed,
whether you are in a serializable transaction or not.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Grabowski 2005-06-28 06:49:40 Re: BUG #1733: Function visibility in transactions error
Previous Message Tom Lane 2005-06-28 06:05:33 Re: [BUGS] BUG #1707: statistics collector starts with stats_start_collector