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) |
typedef struct AttributeOpts AttributeOpts |
AttributeOpts* get_attribute_options | ( | Oid | attrelid, |
int | attnum | ||
) |
Definition at line 131 of file attoptcache.c.
References attnum, AttoptCacheHash, attribute_reloptions(), CacheMemoryContext, HASH_ENTER, HASH_FIND, hash_search(), HeapTupleIsValid, InitializeAttoptCache(), Int16GetDatum(), sort-test::key, MemoryContextAlloc(), ObjectIdGetDatum(), AttoptCacheEntry::opts, opts, palloc(), ReleaseSysCache(), SearchSysCache2(), SysCacheGetAttr(), and VARSIZE.
Referenced by compute_expr_stats(), and do_analyze_rel().