github.com/jackc/pgconn/stmtcache.LRU.stmtsToClear (field)

5 uses

	github.com/jackc/pgconn/stmtcache (current package)
		lru.go#L23: 	stmtsToClear []string
		lru.go#L47: 	if (txStatus == 'I' || txStatus == 'T') && len(c.stmtsToClear) > 0 {
		lru.go#L48: 		for _, stmt := range c.stmtsToClear {
		lru.go#L101: 		c.stmtsToClear = append(c.stmtsToClear, sql)