|
PostgreSQL Source Code git master
|
Data Fields | |
| int | cflags |
| int | eflags |
| long | info |
| bool | glob |
| bool | indices |
| bool | partial |
Definition at line 26 of file test_regex.c.
| int test_re_flags::cflags |
Definition at line 28 of file test_regex.c.
Referenced by build_test_match_result(), parse_test_flags(), and test_regex().
| int test_re_flags::eflags |
Definition at line 29 of file test_regex.c.
Referenced by parse_test_flags(), and setup_test_matches().
| bool test_re_flags::glob |
Definition at line 31 of file test_regex.c.
Referenced by parse_test_flags(), and setup_test_matches().
| bool test_re_flags::indices |
Definition at line 32 of file test_regex.c.
Referenced by build_test_match_result(), parse_test_flags(), and setup_test_matches().
| long test_re_flags::info |
Definition at line 30 of file test_regex.c.
Referenced by build_test_info_result(), and parse_test_flags().
| bool test_re_flags::partial |
Definition at line 33 of file test_regex.c.
Referenced by parse_test_flags(), and setup_test_matches().