1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-12 16:21:30 +03:00
This commit is contained in:
Peter Eisentraut 2021-08-25 10:14:51 +02:00
parent 1387925a48
commit bb9ff46bc4

View File

@ -102,7 +102,7 @@ typedef struct TypeCacheEntry
FmgrInfo rng_subdiff_finfo; /* difference function, if any */
/*
* Fields computed when TYPCACHE_MULTIRANGE_INFO is required.
* Fields computed when TYPECACHE_MULTIRANGE_INFO is required.
*/
struct TypeCacheEntry *rngtype; /* multirange's range underlying type */