const github.com/lib/pq.connStateIdle

5 uses

	github.com/lib/pq (current package)
		notify.go#L33: 	connStateIdle int32 = iota
		notify.go#L77: 		connState:        connStateIdle,
		notify.go#L116: 	case connStateIdle:
		notify.go#L119: 		expectedState = connStateIdle
		notify.go#L171: 			if !l.setState(connStateIdle) {