Veil2
Postgres extension for VPD implementations
SessionPrivs Struct Reference

Data Fields

int array_len
 
int active_contexts
 
ContextPrivs context_privs [0]
 

Detailed Description

Used to record the set of ContextPrivs for the current user's session.

Definition at line 83 of file veil2.c.

Field Documentation

◆ active_contexts

int SessionPrivs::active_contexts

How many ContextPrivs we have for the current session.

Definition at line 88 of file veil2.c.

◆ array_len

int SessionPrivs::array_len

How many ContextPrivs we can currently store. If we need more, we have to rebuild this structure.

Definition at line 86 of file veil2.c.

◆ context_privs

ContextPrivs SessionPrivs::context_privs[0]

Definition at line 89 of file veil2.c.


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