PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pe_test_config Struct Reference

Data Fields

int verbosity
 
bool force_unsupported
 
const char * conninfo
 
PGconnconn
 
int test_count
 
int failure_count
 

Detailed Description

Definition at line 23 of file test_escape.c.

Field Documentation

◆ conn

PGconn* pe_test_config::conn

Definition at line 28 of file test_escape.c.

Referenced by main(), test_one_vector(), test_one_vector_escape(), and test_psql_parse().

◆ conninfo

const char* pe_test_config::conninfo

Definition at line 27 of file test_escape.c.

Referenced by main().

◆ failure_count

int pe_test_config::failure_count

Definition at line 31 of file test_escape.c.

Referenced by main(), and report_result().

◆ force_unsupported

bool pe_test_config::force_unsupported

Definition at line 26 of file test_escape.c.

Referenced by main(), and test_one_vector_escape().

◆ test_count

int pe_test_config::test_count

Definition at line 30 of file test_escape.c.

Referenced by main(), and report_result().

◆ verbosity

int pe_test_config::verbosity

Definition at line 25 of file test_escape.c.

Referenced by main(), and report_result().


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