[ubuntu/trusty-proposed] postgresql-9.3 9.3.4-1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Fri Mar 21 05:42:41 UTC 2014
postgresql-9.3 (9.3.4-1) unstable; urgency=medium
* New upstream bugfix release. Most notable change:
Fix WAL replay of locking an already-updated tuple (Andres Freund,
Álvaro Herrera)
This error caused updated rows to not be found by index scans, resulting
in inconsistent query results depending on whether an index scan was used.
Subsequent processing could result in constraint violations, since the
previously updated row would not be found by later index searches, thus
possibly allowing conflicting rows to be inserted. Since this error is in
WAL replay, it would only manifest during crash recovery or on standby
servers. The improperly-replayed case most commonly arises when a table
row that is referenced by a foreign-key constraint is updated concurrently
with creation of a referencing row.
* Compile with -fno-omit-frame-pointer on amd64 to facilitate hierarchical
profile generation. (Closes: #730134)
* Remove obsolete configure option --with-tkconfig.
Date: 2014-03-20 22:22:32.998626+00:00
Signed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/postgresql-9.3/9.3.4-1
-------------- next part --------------
Sorry, changesfile not available.
More information about the Trusty-changes
mailing list