On Mon, Oct 21, 2024 at 10:51 AM jian he <jian.universal...@gmail.com> wrote:
>
> thanks for the
> INJECTION_POINT("typecache-before-rel-type-cache-insert");
> Now I have better understanding of the whole changes.
>
>
> +/*
> + * Add possibly missing RelIdToTypeId entries related to TypeCacheHas
> + * entries, marked as in-progress by lookup_type_cache().  It may happen
> + * in case of an error or interruption during the lookup_type_cache() call.
> + */
> +static void
> +finalize_in_progress_typentries(void)
> comment typo. "TypeCacheHas" should be "TypeCacheHash"

Thank you.  This also has been spotted by Alexander Lakhin (off-list).
Fixed in the attached revision of the patchset.

------
Regards,
Alexander Korotkov
Supabase

Attachment: v16-0001-Update-header-comment-for-lookup_type_cache.patch
Description: Binary data

Attachment: v16-0002-Avoid-looping-over-all-type-cache-entries-in-Typ.patch
Description: Binary data

Reply via email to