github.com/jackc/pgx/v5/pgproto3.ErrorResponse.Routine (field)

7 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		error_response.go#L27: 	Routine             string
		error_response.go#L99: 			dst.Routine = v
		error_response.go#L205: 	if src.Routine != "" {
		error_response.go#L207: 		dst = append(dst, src.Routine...)
		error_response.go#L265: 		Routine:             src.Routine,
		error_response.go#L321: 	dst.Routine = msg.Routine

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L1026: 		Routine:             string(msg.Routine),