Re: [BUGS] Cursor with hold emits the same row more than once across commits in 8.3.7

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: [BUGS] Cursor with hold emits the same row more than once across commits in 8.3.7
Дата
Msg-id 1244570056.21727.66.camel@monkey-cat.sm.truviso.com
обсуждение исходный текст
Ответ на Re: [BUGS] Cursor with hold emits the same row more than once across commits in 8.3.7  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: Re: [BUGS] Cursor with hold emits the same row more than once across commits in 8.3.7  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, 2009-06-09 at 10:51 -0700, Jeff Davis wrote:
> On Tue, 2009-06-09 at 12:07 -0400, Tom Lane wrote:
> > We could probably fix this specific issue by refactoring things in such
> > a way that the seqscan start point is frozen on the first read and
> > re-used after rewinds.
> 
> I don't know what you mean by "frozen" exactly, but the start point of a
> synchronized scan is stored in shared memory; otherwise, it wouldn't
> know where to stop.
> 

Correction: I didn't actually mean _shared_ memory there. It's just
backend-local memory.

Regards,Jeff Davis



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Multicolumn index corruption on 8.4 beta 2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: page is uninitialized --- fixing