Re: [BUGS] Bug #613: Sequence values fall back to previously chec

2002-03-19 Thread Vadim Mikheev
> But sequences should not be under transaction control. Can you > safely rollback a sequence? No! The only way to ensure that would ... > Placing a restriction on an application that says it must treat the values > returned from a sequence as if they might not be committed is absurd. Why? The

Re: [BUGS] Postgres bug (working with iserverd)

2001-05-16 Thread Vadim Mikheev
> However, EvalPlanQual still leaks more memory than suits me --- > auxiliary memory allocated by the plan nodes is not recovered. > I think the correct way to implement it would be to create a new > memory context for each level of EvalPlanQual execution and use > that context as the "per-query c

Re: [BUGS] Postgres bug (working with iserverd)

2001-05-16 Thread Vadim Mikheev
> > How subselects run queries again and again? > > They don't end and restart them; they just rescan them. If we had Thanks for recollection. > this substitute-a-new-tuple hack integrated into the Param mechanism, > then EvalPlanQual could use ExecReScan too, but at the moment no... I see.