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

7 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		error_response.go#L26: 	Line                int32
		error_response.go#L97: 			dst.Line = int32(n)
		error_response.go#L200: 	if src.Line != 0 {
		error_response.go#L202: 		dst = append(dst, strconv.Itoa(int(src.Line))...)
		error_response.go#L264: 		Line:                src.Line,
		error_response.go#L320: 	dst.Line = msg.Line

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L1025: 		Line:                msg.Line,