PostgreSQL Source Code  git master
IdentLine Struct Reference

#include <hba.h>

Data Fields

int linenumber
 
char * usermap
 
AuthTokensystem_user
 
AuthTokenpg_user
 

Detailed Description

Definition at line 140 of file hba.h.

Field Documentation

◆ linenumber

int IdentLine::linenumber

Definition at line 142 of file hba.h.

Referenced by parse_ident_line().

◆ pg_user

AuthToken* IdentLine::pg_user

Definition at line 146 of file hba.h.

Referenced by check_ident_usermap(), and parse_ident_line().

◆ system_user

AuthToken* IdentLine::system_user

Definition at line 145 of file hba.h.

Referenced by check_ident_usermap(), and parse_ident_line().

◆ usermap

char* IdentLine::usermap

Definition at line 144 of file hba.h.

Referenced by check_ident_usermap(), and parse_ident_line().


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