Veil2
Postgres extension for VPD implementations
|
Data Fields | |
int | array_len |
int | active_contexts |
ContextPrivs | context_privs [0] |
Used to record the set of ContextPrivs for the current user's session.
int SessionPrivs::active_contexts |
How many ContextPrivs we have for the current session.
int SessionPrivs::array_len |
How many ContextPrivs we can currently store. If we need more, we have to rebuild this structure.
ContextPrivs SessionPrivs::context_privs[0] |