LCOV - differential code coverage report
Current view: top level - src/backend/parser - parse_enr.c (source / functions) Coverage Total Hit CBC
Current: Differential Code Coverage 16@8cea358b128 vs 17@8cea358b128 Lines: 100.0 % 4 4 4
Current Date: 2024-04-14 14:21:10 Functions: 100.0 % 2 2 2
Baseline: 16@8cea358b128 Branches: - 0 0
Baseline Date: 2024-04-14 14:21:09 Line coverage date bins:
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed (240..) days: 100.0 % 4 4 4
Function coverage date bins:
(240..) days: 100.0 % 2 2 2

 Age         Owner                    Branch data    TLA  Line data    Source code
                                  1                 :                : /*-------------------------------------------------------------------------
                                  2                 :                :  *
                                  3                 :                :  * parse_enr.c
                                  4                 :                :  *    parser support routines dealing with ephemeral named relations
                                  5                 :                :  *
                                  6                 :                :  * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
                                  7                 :                :  * Portions Copyright (c) 1994, Regents of the University of California
                                  8                 :                :  *
                                  9                 :                :  *
                                 10                 :                :  * IDENTIFICATION
                                 11                 :                :  *    src/backend/parser/parse_enr.c
                                 12                 :                :  *
                                 13                 :                :  *-------------------------------------------------------------------------
                                 14                 :                :  */
                                 15                 :                : #include "postgres.h"
                                 16                 :                : 
                                 17                 :                : #include "parser/parse_enr.h"
                                 18                 :                : 
                                 19                 :                : bool
 2571 kgrittn@postgresql.o       20                 :CBC      122238 : name_matches_visible_ENR(ParseState *pstate, const char *refname)
                                 21                 :                : {
                                 22                 :         122238 :     return (get_visible_ENR_metadata(pstate->p_queryEnv, refname) != NULL);
                                 23                 :                : }
                                 24                 :                : 
                                 25                 :                : EphemeralNamedRelationMetadata
                                 26                 :            226 : get_visible_ENR(ParseState *pstate, const char *refname)
                                 27                 :                : {
                                 28                 :            226 :     return get_visible_ENR_metadata(pstate->p_queryEnv, refname);
                                 29                 :                : }
        

Generated by: LCOV version 2.1-beta2-3-g6141622