PostgreSQL Source Code  git master
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

◆ left_arg

Oid OprCacheKey::left_arg

Definition at line 54 of file parse_oper.c.

◆ oprname

char OprCacheKey::oprname[NAMEDATALEN]

Definition at line 53 of file parse_oper.c.

◆ right_arg

Oid OprCacheKey::right_arg

Definition at line 55 of file parse_oper.c.

◆ search_path

Oid OprCacheKey::search_path[MAX_CACHED_PATH_LEN]

Definition at line 56 of file parse_oper.c.


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