diff --git a/conn.go b/conn.go index 67ca50bc..4e681645 100644 --- a/conn.go +++ b/conn.go @@ -41,17 +41,14 @@ type Conn struct { logger Logger logLevel LogLevel fp *fastpath - poolResetCount int preallocatedRows []connRows causeOfDeath error lastStmtSent bool - // context support - ctxInProgress bool - doneChan chan struct{} - closedChan chan error + doneChan chan struct{} + closedChan chan error ConnInfo *pgtype.ConnInfo }