On Sat, Jan 16, 2010 at 8:19 AM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> Not knowing that code very well at this time, but is this perhaps a
> structure not being properly initialized in EXEC_BACKEND case?
It looks like KnownAssignedXidsHash is not initialized. That's
supposed to happen when CreateSharedProcArray calls
KnownAssignedXidsInit, but that only happens for the first process to
call that function... but without EXEC_BACKEND it'll just work anyway.
...Robert
In response to
Responses
pgsql-hackers by date
| Next: | From: Kevin Grittner | Date: 2010-01-16 13:32:59 |
| Subject: Re: Testing with concurrent sessions |
| Previous: | From: Matteo Beccati | Date: 2010-01-16 13:21:58 |
| Subject: Re: mailing list archiver chewing patches |