On Sun, Mar 27, 2011 at 3:18 PM, Kevin Grittner
wrote:
> "YAMAMOTO Takashi" wrote:
>
>> Description: SetRWConflict assertion failure
>
>> SerializableXactHashLock relocking in CheckTargetForConflictsIn()
>> seems racy to me.
>
> You're right. The attached patch should fix the assertion you hit.
Robert Haas wrote:
> This patch looks reasonable, but I'm a bit concerned about the
> chunk immediately preceding the patched area.
>
> When we do this:
>
> LWLockRelease(SerializableXactHashLock);
> LWLockRelease(partitionLock);
> LWLockRelease(SerializablePredicateLockListLock);
On Tue, Apr 5, 2011 at 11:18 AM, Kevin Grittner
wrote:
> Robert Haas wrote:
>> This patch looks reasonable, but I'm a bit concerned about the
>> chunk immediately preceding the patched area.
>>
>> When we do this:
>>
>> LWLockRelease(SerializableXactHashLock);
>> LWLockRelease(partitionLo
Robert Haas wrote:
> If you could send a revised patch, that would be great.
Attached. I put it in the same spot relative to the lock
acquisition that was used earlier in the function.
-Kevin
*** a/src/backend/storage/lmgr/predicate.c
--- b/src/backend/storage/lmgr/predicate.c
On Wed, Mar 30, 2011 at 9:54 AM, Julia Jacobson wrote:
> When trying to compile PostgreSQL 8.4.6 on Windows 7 using MSys (MinGW) in
> order to build a static version of libpq by the commands
> ./configure --without-zlib --disable-shared
> make
> the compilation process ends with the error message
I wrote:
> Robert Haas wrote:
>
>> If you could send a revised patch, that would be great.
>
> Attached. I put it in the same spot relative to the lock
> acquisition that was used earlier in the function.
And version 3 which might actually work. [sigh]
-Kevin
*** a/src/backend/storage/l
On Tue, Apr 5, 2011 at 12:13 PM, Kevin Grittner
wrote:
> I wrote:
>> Robert Haas wrote:
>>
>>> If you could send a revised patch, that would be great.
>>
>> Attached. I put it in the same spot relative to the lock
>> acquisition that was used earlier in the function.
>
> And version 3 which migh
> The following bug has been logged online:
>
> Bug reference: 5963
> Logged by: Gavin Flower
> Email address: gavin(dot)flower(at)archidevsys(dot)co(dot)nz
> PostgreSQL version: 9.1alpha5
> Operating system: x86_64 Linux
> Description:make -j4 check fails
> Details:
>