clair/vendor/github.com
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
..
alecthomas Initial commit 2015-11-13 14:11:28 -05:00
barakmich/glog Initial commit 2015-11-13 14:11:28 -05:00
boltdb/bolt Initial commit 2015-11-13 14:11:28 -05:00
coreos Initial commit 2015-11-13 14:11:28 -05:00
gogo/protobuf/proto Initial commit 2015-11-13 14:11:28 -05:00
google/cayley database: Fix to a locking issue with PostgreSQL 2015-11-17 20:46:29 -05:00
julienschmidt/httprouter Initial commit 2015-11-13 14:11:28 -05:00
lib/pq Initial commit 2015-11-13 14:11:28 -05:00
pborman/uuid Initial commit 2015-11-13 14:11:28 -05:00
stretchr/testify/assert Initial commit 2015-11-13 14:11:28 -05:00
syndtr Initial commit 2015-11-13 14:11:28 -05:00
tylerb/graceful Initial commit 2015-11-13 14:11:28 -05:00