clair/vendor/github.com/google/cayley/graph
Quentin Machu 915903c1c1 database: Fix to a locking issue with PostgreSQL
It appears that preparing an INSERT statement on PostgreSQL actually makes it expecting to receive INSERTs and thus, it create some kind of locks for it. If instead, you only send him DELETE statements, it will indefinitely wait for an INSERT and hung.
2015-11-17 20:46:29 -05:00
..
bolt Initial commit 2015-11-13 14:11:28 -05:00
gaedatastore Initial commit 2015-11-13 14:11:28 -05:00
iterator Initial commit 2015-11-13 14:11:28 -05:00
leveldb Initial commit 2015-11-13 14:11:28 -05:00
memstore Initial commit 2015-11-13 14:11:28 -05:00
mongo Initial commit 2015-11-13 14:11:28 -05:00
path Initial commit 2015-11-13 14:11:28 -05:00
proto Initial commit 2015-11-13 14:11:28 -05:00
sql database: Fix to a locking issue with PostgreSQL 2015-11-17 20:46:29 -05:00
iterator.go Initial commit 2015-11-13 14:11:28 -05:00
primarykey.go Initial commit 2015-11-13 14:11:28 -05:00
quadstore.go Initial commit 2015-11-13 14:11:28 -05:00
quadwriter.go Initial commit 2015-11-13 14:11:28 -05:00
transaction.go database: Ensure that quads in a tx are applied in the desired order. 2015-11-17 15:31:38 -05:00