This commit is contained in:
Peter Eisentraut 2021-08-25 10:14:51 +02:00
parent 8ab3452df8
commit a599109e59
1 changed files with 1 additions and 1 deletions

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 */