Veil2
Postgres extension for VPD implementations
SessionRolePrivs Struct Reference

Data Fields

int array_len
 
int active_contexts
 
ContextRolePrivs context_roleprivs [0]
 

Detailed Description

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

Definition at line 91 of file veil2.c.

Field Documentation

◆ active_contexts

int SessionRolePrivs::active_contexts

How many ContextPrivs we have for the current session.

Definition at line 96 of file veil2.c.

◆ array_len

int SessionRolePrivs::array_len

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

Definition at line 94 of file veil2.c.

◆ context_roleprivs

ContextRolePrivs SessionRolePrivs::context_roleprivs[0]

Definition at line 97 of file veil2.c.


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