Skip to content

Commit 3a581f6

Browse files
committed
Strict field
1 parent aa5f117 commit 3a581f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/PostgreSQL/PQTypes/Internal/Connection.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ data ConnectionStats = ConnectionStats
9797
-- ^ Number of values fetched from the database.
9898
, statsParams :: !Int
9999
-- ^ Number of parameters sent to the database.
100-
, statsTime :: Double
100+
, statsTime :: !Double
101101
-- ^ Time spent executing queries (in seconds).
102102
}
103103
deriving (Eq, Ord, Show)

0 commit comments

Comments
 (0)