PostgreSQL Source Code  git master
PLpgSQL_func_hashkey Struct Reference

#include <plpgsql.h>

Data Fields

Oid funcOid
 
bool isTrigger
 
bool isEventTrigger
 
Oid trigOid
 
Oid inputCollation
 
Oid argtypes [FUNC_MAX_ARGS]
 

Detailed Description

Definition at line 922 of file plpgsql.h.

Field Documentation

◆ argtypes

Oid PLpgSQL_func_hashkey::argtypes[FUNC_MAX_ARGS]

Definition at line 950 of file plpgsql.h.

Referenced by compute_function_hashkey().

◆ funcOid

Oid PLpgSQL_func_hashkey::funcOid

Definition at line 924 of file plpgsql.h.

Referenced by compute_function_hashkey().

◆ inputCollation

Oid PLpgSQL_func_hashkey::inputCollation

Definition at line 944 of file plpgsql.h.

Referenced by compute_function_hashkey().

◆ isEventTrigger

bool PLpgSQL_func_hashkey::isEventTrigger

Definition at line 927 of file plpgsql.h.

Referenced by compute_function_hashkey().

◆ isTrigger

bool PLpgSQL_func_hashkey::isTrigger

Definition at line 926 of file plpgsql.h.

Referenced by compute_function_hashkey().

◆ trigOid

Oid PLpgSQL_func_hashkey::trigOid

Definition at line 937 of file plpgsql.h.

Referenced by compute_function_hashkey().


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