github.com/lib/pq.ListenerConn.setState (method)

5 uses

	github.com/lib/pq (current package)
		notify.go#L112: func (l *ListenerConn) setState(newState int32) bool {
		notify.go#L158: 			if !l.setState(connStateExpectReadyForQuery) {
		notify.go#L164: 			if !l.setState(connStateExpectReadyForQuery) {
		notify.go#L171: 			if !l.setState(connStateIdle) {
		notify.go#L254: 	if !l.setState(connStateExpectResponse) {