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

7 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		error_response.go#L17: 	InternalPosition    int32
		error_response.go#L77: 			dst.InternalPosition = int32(n)
		error_response.go#L155: 	if src.InternalPosition != 0 {
		error_response.go#L157: 		dst = append(dst, strconv.Itoa(int(src.InternalPosition))...)
		error_response.go#L255: 		InternalPosition:    src.InternalPosition,
		error_response.go#L311: 	dst.InternalPosition = msg.InternalPosition

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L1016: 		InternalPosition:    msg.InternalPosition,