|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Data Structures | |
| struct | AttributeOpts |
Typedefs | |
| typedef struct AttributeOpts | AttributeOpts |
Functions | |
| AttributeOpts * | get_attribute_options (Oid attrelid, int attnum) |
|
extern |
Definition at line 131 of file attoptcache.c.
References attnum, AttoptCacheHash, attribute_reloptions(), CacheMemoryContext, fb(), HASH_ENTER, HASH_FIND, hash_search(), HeapTupleIsValid, InitializeAttoptCache(), Int16GetDatum(), MemoryContextAlloc(), ObjectIdGetDatum(), opts, palloc(), ReleaseSysCache(), SearchSysCache2(), SysCacheGetAttr(), and VARSIZE().
Referenced by compute_expr_stats(), and do_analyze_rel().