LCOV - differential code coverage report
Current view: top level - src/backend/utils/adt - version.c (source / functions) Coverage Total Hit CBC
Current: Differential Code Coverage 16@8cea358b128 vs 17@8cea358b128 Lines: 100.0 % 2 2 2
Current Date: 2024-04-14 14:21:10 Functions: 100.0 % 1 1 1
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 % 2 2 2
Function coverage date bins:
(240..) days: 100.0 % 1 1 1

 Age         Owner                    Branch data    TLA  Line data    Source code
                                  1                 :                : /*-------------------------------------------------------------------------
                                  2                 :                :  *
                                  3                 :                :  * version.c
                                  4                 :                :  *   Returns the PostgreSQL version string
                                  5                 :                :  *
                                  6                 :                :  * Copyright (c) 1998-2024, PostgreSQL Global Development Group
                                  7                 :                :  *
                                  8                 :                :  * IDENTIFICATION
                                  9                 :                :  *
                                 10                 :                :  * src/backend/utils/adt/version.c
                                 11                 :                :  *
                                 12                 :                :  *-------------------------------------------------------------------------
                                 13                 :                :  */
                                 14                 :                : 
                                 15                 :                : #include "postgres.h"
                                 16                 :                : 
                                 17                 :                : #include "utils/builtins.h"
                                 18                 :                : 
                                 19                 :                : 
                                 20                 :                : Datum
 8683 tgl@sss.pgh.pa.us          21                 :CBC          46 : pgsql_version(PG_FUNCTION_ARGS)
                                 22                 :                : {
 5864                            23                 :             46 :     PG_RETURN_TEXT_P(cstring_to_text(PG_VERSION_STR));
                                 24                 :                : }
        

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