Possible bug, Postgres 9.1 max_pred
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magento OpenERP Connector |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
I am testing OpenERP 6.1 with postgresql 9.1 all current sources
With postgresql 9.1 they introduce something new, max_pred_
http://
that this has to do with prepared transactions, Which makes me wonder, is it fully committing when a product record is created. Im having trouble understanding the error,
For your reference
Traceback (most recent call last):
File "/usr/local/
res = self._obj.
OperationalError: out of shared memory
HINT: You might need to increase max_pred_
[2012-01-23 03:46:05,462][?] ERROR:web-
Traceback (most recent call last):
File "/usr/local/
return f(self, dbname, *args, **kwargs)
File "/usr/local/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/local/
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/local/
res = self._sync_
File "/usr/local/
return self.pool.
File "/usr/local/
vals = self.oevals_
File "/usr/local/
raise MappingError(e, each_mapping_
MappingError: u'the mapping line : categories for the object product.product have an error : out of shared memory\nHINT: You might need to increase max_pred_
which branch are you using?
are you still seeing this issue?