On 05/08/2014 07:33 PM, andres@2ndquadrant.com wrote:
> When cache invalidations arrive while ri_LoadConstraintInfo() is busy
> filling a new cache entry, InvalidateConstraintCacheCallBack()
> compares the - not yet initialized - oidHashValue field with the
> to-be-invalidated hash value. To fix check whether the entry is
> already marked as invalid.
Thanks, applied.
- Heikki