mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix typo
This commit is contained in:
@ -102,7 +102,7 @@ typedef struct TypeCacheEntry
|
|||||||
FmgrInfo rng_subdiff_finfo; /* difference function, if any */
|
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 */
|
struct TypeCacheEntry *rngtype; /* multirange's range underlying type */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user