PostgreSQL Source Code git master
Loading...
Searching...
No Matches
TokenizedAuthLine Struct Reference

#include <hba.h>

Data Fields

Listfields
 
charfile_name
 
int line_num
 
charraw_line
 
charerr_msg
 

Detailed Description

Definition at line 163 of file hba.h.

Field Documentation

◆ err_msg

char* TokenizedAuthLine::err_msg

Definition at line 169 of file hba.h.

◆ fields

List* TokenizedAuthLine::fields

Definition at line 165 of file hba.h.

◆ file_name

char* TokenizedAuthLine::file_name

Definition at line 166 of file hba.h.

◆ line_num

int TokenizedAuthLine::line_num

Definition at line 167 of file hba.h.

◆ raw_line

char* TokenizedAuthLine::raw_line

Definition at line 168 of file hba.h.


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