mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 10:09:35 -05:00
Fix typo
This commit is contained in:
parent
1387925a48
commit
bb9ff46bc4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue