heap_update() must recheck tuple after unlocking and relocking buffer.
Bug found by Alvaro Herrera, fix suggested by Heikki Linnakangas
and reviewed by Tom Lane.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/624f155ffa93d1af4fb9d91fd5c0eb05da1e9e54
Modified Files
sepgsql uavc comment improvements.
Robert Haas and KaiGai Kohei
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/a9d845be496b779efbcf16095bf236639e9e7665
Modified Files
--
contrib/sepgsql/uavc.c | 74 +--
1 fil
Update comments related to the crash-safety of the visibility map.
In hio.c, document how we avoid deadlock with respect to visibility map
buffer locks. In visibilitymap.c, update the LOCKING section of the
file header comment.
Both oversights noted by Heikki Linnakangas.
Branch
--
master
Fix typo
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/173499273804f137bbb4a6785d6967b9e2d7e478
Modified Files
--
src/test/isolation/isolationtester.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sent via pgsql-committers mailing lis
Remove dependency on error ordering in isolation tests
We now report errors reported by the just-unblocked and unblocking
transactions identically; this should fix relatively common buildfarm
failures reported by animals that are failing the "wrong" session.
Branch
--
master
Details
---
Take sepgsql regression tests out of the regular regression test mechanism.
Because these tests require root privileges, not to mention invasive
changes to the security configuration of the host system, it's not
reasonable for them to be invoked by a regular "make check" or "make
installcheck". I
Take sepgsql regression tests out of the regular regression test mechanism.
Back-port the new "test_sepgsql" script into 9.1 to provide a substitute
test mechanism.
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/39be6957725bf4b9764a10cf368cc6ec8e21dec6
Modif