type github.com/jackc/pgconn.connLockError

6 uses

	github.com/jackc/pgconn (current package)
		errors.go#L83: type connLockError struct {
		errors.go#L87: func (e *connLockError) SafeToRetry() bool {
		errors.go#L91: func (e *connLockError) Error() string {
		pgconn.go#L628: 		return &connLockError{status: "conn busy"} // This only should be possible in case of an application bug.
		pgconn.go#L630: 		return &connLockError{status: "conn closed"}
		pgconn.go#L632: 		return &connLockError{status: "conn uninitialized"}