Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

OprCacheKey Struct Reference

Data Fields

char oprname [NAMEDATALEN]
Oid left_arg
Oid right_arg
Oid search_path [MAX_CACHED_PATH_LEN]

Detailed Description

Definition at line 51 of file parse_oper.c.


Field Documentation

Definition at line 54 of file parse_oper.c.

Referenced by make_oper_cache_key().

char OprCacheKey::oprname[NAMEDATALEN]

Definition at line 53 of file parse_oper.c.

Referenced by make_oper_cache_key().

Definition at line 55 of file parse_oper.c.

Referenced by make_oper_cache_key().

Oid OprCacheKey::search_path[MAX_CACHED_PATH_LEN]

Definition at line 56 of file parse_oper.c.

Referenced by make_oper_cache_key().


The documentation for this struct was generated from the following file: