8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dbee5 commit 4866cd9Copy full SHA for 4866cd9
src/Database/PostgreSQL/Driver/StatementStorage.hs
@@ -10,7 +10,7 @@ import Database.PostgreSQL.Protocol.Types
10
11
-- | Prepared statement storage
12
data StatementStorage = StatementStorage
13
- (H.CuckooHashTable StatementSQL StatementName) (IORef Word)
+ (H.BasicHashTable StatementSQL StatementName) (IORef Word)
14
15
-- | Cache policy about prepared statements.
16
data CachePolicy
0 commit comments