PostgreSQL Source Code git master
|
Data Fields | |
char * | test_name |
char * | pattern_str |
uint64 | spacing |
uint64 | num_values |
Definition at line 42 of file test_integerset.c.
uint64 test_spec::num_values |
Definition at line 47 of file test_integerset.c.
Referenced by test_pattern().
char* test_spec::pattern_str |
Definition at line 45 of file test_integerset.c.
Referenced by test_pattern().
uint64 test_spec::spacing |
Definition at line 46 of file test_integerset.c.
Referenced by test_pattern().
char* test_spec::test_name |
Definition at line 44 of file test_integerset.c.
Referenced by test_pattern().