postgresql-simple-queue 0.5.1.0 → 0.5.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
postgresql-simple-queue.cabal view
@@ -1,5 +1,5 @@ name: postgresql-simple-queue-version: 0.5.1.0+version: 0.5.1.1 synopsis: A PostgreSQL backed queue description: This module utilize PostgreSQL to implement a durable queue for efficently processing arbitrary payloads which can be represented as JSON.
src/Database/PostgreSQL/Simple/Queue.hs view
@@ -235,7 +235,7 @@ 'Serializable' transaction. -} tryLock :: String -> Connection -> IO (Maybe Payload)-tryLock schemaName conn = runDBTSerializable (tryLockDB schemaName) conn+tryLock schemaName conn = runDBT (tryLockDB schemaName) ReadCommitted conn notifyPayload :: String -> Connection -> IO () notifyPayload schemaName conn = do