|
PostgreSQL Source Code git master
|
Data Fields | |
| JsonPathGinAddPathItemFunc | add_path_item |
| JsonPathGinExtractNodesFunc | extract_nodes |
| bool | lax |
Definition at line 147 of file jsonb_gin.c.
| JsonPathGinAddPathItemFunc JsonPathGinContext::add_path_item |
Definition at line 149 of file jsonb_gin.c.
Referenced by extract_jsp_path_expr_nodes(), and extract_jsp_query().
| JsonPathGinExtractNodesFunc JsonPathGinContext::extract_nodes |
Definition at line 150 of file jsonb_gin.c.
Referenced by extract_jsp_path_expr_nodes(), and extract_jsp_query().
| bool JsonPathGinContext::lax |
Definition at line 151 of file jsonb_gin.c.
Referenced by extract_jsp_query(), and jsonb_ops__extract_nodes().