File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -95,7 +95,7 @@ benchPw statement = benchRequests createConnection $ \c -> do
|
95 | 95 | d <- readNextData c
|
96 | 96 | waitReadyForQuery c
|
97 | 97 | where
|
98 |
| -q = Query statement V.empty Binary Binary AlwaysCache |
| 98 | +q = Query statement [] Binary Binary AlwaysCache |
99 | 99 | createConnection = connect defaultSettings >>=
|
100 | 100 | either (error . ("Connection error " <>) . show) pure
|
101 | 101 |
|
|
You can’t perform that action at this time.
0 commit comments