* Search the query's ephemeral named relation namespace for a relation * matching the given unqualified refname. */
| 318 | * matching the given unqualified refname. |
| 319 | */ |
| 320 | bool |
| 321 | scanNameSpaceForENR(ParseState *pstate, const char *refname) |
| 322 | { |
| 323 | return name_matches_visible_ENR(pstate, refname); |
| 324 | } |
| 325 | |
| 326 | /* |
| 327 | * searchRangeTableForRel |
no test coverage detected