const github.com/lib/pq.connStateExpectReadyForQuery

5 uses

	github.com/lib/pq (current package)
		notify.go#L35: 	connStateExpectReadyForQuery
		notify.go#L117: 		expectedState = connStateExpectReadyForQuery
		notify.go#L120: 	case connStateExpectReadyForQuery:
		notify.go#L158: 			if !l.setState(connStateExpectReadyForQuery) {
		notify.go#L164: 			if !l.setState(connStateExpectReadyForQuery) {