YugabyteDB (2.13.0.0-b42, bfc6a6643e7399ac8a0e81d06a3ee6d6571b33ab)

Coverage Report

Created: 2022-03-09 17:30

/Users/deen/code/yugabyte-db/build/debugcov-clang-dynamic-arm64-ninja/postgres_build/src/include/catalog/pg_authid_d.h
Line
Count
Source (jump to first uncovered line)
1
/*-------------------------------------------------------------------------
2
 *
3
 * pg_authid_d.h
4
 *    Macro definitions for pg_authid
5
 *
6
 * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
7
 * Portions Copyright (c) 1994, Regents of the University of California
8
 *
9
 * NOTES
10
 *  ******************************
11
 *  *** DO NOT EDIT THIS FILE! ***
12
 *  ******************************
13
 *
14
 *  It has been GENERATED by src/backend/catalog/genbki.pl
15
 *
16
 *-------------------------------------------------------------------------
17
 */
18
#ifndef PG_AUTHID_D_H
19
#define PG_AUTHID_D_H
20
21
4.22M
#define AuthIdRelationId 1260
22
1.14k
#define AuthIdRelation_Rowtype_Id 2842
23
24
497
#define Anum_pg_authid_rolname 1
25
489
#define Anum_pg_authid_rolsuper 2
26
491
#define Anum_pg_authid_rolinherit 3
27
487
#define Anum_pg_authid_rolcreaterole 4
28
487
#define Anum_pg_authid_rolcreatedb 5
29
497
#define Anum_pg_authid_rolcanlogin 6
30
523
#define Anum_pg_authid_rolreplication 7
31
483
#define Anum_pg_authid_rolbypassrls 8
32
481
#define Anum_pg_authid_rolconnlimit 9
33
516
#define Anum_pg_authid_rolpassword 10
34
1.26k
#define Anum_pg_authid_rolvaliduntil 11
35
36
1.22k
#define Natts_pg_authid 11
37
38
6.42k
#define BOOTSTRAP_SUPERUSERID 10
39
#define DEFAULT_ROLE_MONITOR 3373
40
471
#define DEFAULT_ROLE_READ_ALL_SETTINGS 3374
41
16
#define DEFAULT_ROLE_READ_ALL_STATS 3375
42
#define DEFAULT_ROLE_STAT_SCAN_TABLES 3377
43
64
#define DEFAULT_ROLE_READ_SERVER_FILES 4569
44
12
#define DEFAULT_ROLE_WRITE_SERVER_FILES 4570
45
10
#define DEFAULT_ROLE_EXECUTE_SERVER_PROGRAM 4571
46
9
#define DEFAULT_ROLE_SIGNAL_BACKENDID 4200
47
761
#define DEFAULT_ROLE_YB_EXTENSION 8030
48
14
#define DEFAULT_ROLE_YB_FDW 8032
49
0
#define DEFAULT_ROLE_YB_DB_ADMIN 8039
50
51
#endif              /* PG_AUTHID_D_H */