Contents
|
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.
Field Documentation
◆ active_contexts
| int SessionPrivs::active_contexts |
How many ContextPrivs we have for the current session.
◆ array_len
| int SessionPrivs::array_len |
How many ContextPrivs we can currently store. If we need more, we have to rebuild this structure.
◆ context_privs
| ContextPrivs SessionPrivs::context_privs[0] |
The documentation for this struct was generated from the following file:
- src/veil2.c
- SessionPrivs
- Generated by
1.8.13