pgsql: Update header comment for lookup_type_cache()

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update header comment for lookup_type_cache()
Date: 2024-10-24 11:36:08
Message-ID: E1t3w8P-002Dcu-AS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update header comment for lookup_type_cache()

Describe the way we handle concurrent invalidation messages.

Discussion: https://postgr.es/m/CAPpHfdsQhwUrnB3of862j9RgHoJM--eRbifvBMvtQxpC57dxCA%40mail.gmail.com
Reviewed-by: Andrei Lepikhov, Artur Zakirov, Pavel Borisov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c1500a1ba7e16ac9e98c6baf792f0be64a48e839

Modified Files
--------------
src/backend/utils/cache/typcache.c | 9 +++++++++
1 file changed, 9 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-10-24 12:04:14 pgsql: Make WaitForLSNReplay() issue FATAL on postmaster death
Previous Message Michael Paquier 2024-10-24 00:31:05 pgsql: Track more precisely query locations for nested statements