pgsql: Update header comment for lookup_type_cache() - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Update header comment for lookup_type_cache()
Date
Msg-id E1t3w8P-002Dcu-AS@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Track more precisely query locations for nested statements
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Move LSN waiting declarations and definitions to better place