PostgreSQL Source Code  git master
data_type_check_state Struct Reference

Data Fields

DataTypesUsageCheckscheck
 
bool result
 
PQExpBufferreport
 

Detailed Description

Definition at line 320 of file check.c.

Field Documentation

◆ check

DataTypesUsageChecks* data_type_check_state::check

Definition at line 322 of file check.c.

Referenced by check_for_data_types_usage().

◆ report

PQExpBuffer* data_type_check_state::report

Definition at line 324 of file check.c.

Referenced by check_for_data_types_usage().

◆ result

bool data_type_check_state::result

Definition at line 323 of file check.c.

Referenced by fix_path_separator().


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