|
PostgreSQL Source Code git master
|
Data Fields | |
| Path * | path |
| List * | quals |
| List * | preds |
| Bitmapset * | clauseids |
| bool | unclassifiable |
Definition at line 61 of file indxpath.c.
| Bitmapset* PathClauseUsage::clauseids |
Definition at line 66 of file indxpath.c.
| Path* PathClauseUsage::path |
Definition at line 63 of file indxpath.c.
Referenced by oauth_server.OAuthHandler::_should_modify().
| List* PathClauseUsage::preds |
Definition at line 65 of file indxpath.c.
| List* PathClauseUsage::quals |
Definition at line 64 of file indxpath.c.
| bool PathClauseUsage::unclassifiable |
Definition at line 67 of file indxpath.c.