PostgreSQL Source Code  git master
AuthToken Struct Reference

#include <hba.h>

Data Fields

char * string
 
bool quoted
 
regex_tregex
 

Detailed Description

Definition at line 87 of file hba.h.

Field Documentation

◆ quoted

bool AuthToken::quoted

Definition at line 90 of file hba.h.

Referenced by copy_auth_token(), and make_auth_token().

◆ regex

regex_t* AuthToken::regex

Definition at line 91 of file hba.h.

Referenced by check_ident_usermap(), and make_auth_token().

◆ string

char* AuthToken::string

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