Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::guc_bool_options Struct Reference

Optional settings for a boolean GUC definition. More...

#include <guc.hpp>

Public Attributes

const char * long_desc = nullptr
 
::GucContext context = PGC_USERSET
 
int flags = 0
 
::GucBoolCheckHook check_hook = nullptr
 
::GucBoolAssignHook assign_hook = nullptr
 
::GucShowHook show_hook = nullptr
 

Detailed Description

Optional settings for a boolean GUC definition.

All members default to the values Postgres extensions most commonly pass, so call sites only need to designated-initialize the ones they care about.


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