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

Data Fields

const char * client_encoding
 
size_t escape_len
 
const char * escape
 

Detailed Description

Definition at line 73 of file test_escape.c.

Field Documentation

◆ client_encoding

const char* pe_test_vector::client_encoding

Definition at line 75 of file test_escape.c.

Referenced by test_one_vector(), and test_one_vector_escape().

◆ escape

const char* pe_test_vector::escape

Definition at line 77 of file test_escape.c.

Referenced by test_one_vector_escape().

◆ escape_len

size_t pe_test_vector::escape_len

Definition at line 76 of file test_escape.c.

Referenced by test_one_vector_escape().


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