YugabyteDB (2.13.1.0-b60, 21121d69985fbf76aa6958d8f04a9bfa936293b5)

Coverage Report

Created: 2022-03-22 16:43

/Users/deen/code/yugabyte-db/build/debugcov-clang-dynamic-arm64-ninja/postgres_build/src/include/catalog/pg_authid_d.h
Line
Count
Source
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
11.5M
#define AuthIdRelationId 1260
22
4.18k
#define AuthIdRelation_Rowtype_Id 2842
23
24
983
#define Anum_pg_authid_rolname 1
25
979
#define Anum_pg_authid_rolsuper 2
26
979
#define Anum_pg_authid_rolinherit 3
27
971
#define Anum_pg_authid_rolcreaterole 4
28
971
#define Anum_pg_authid_rolcreatedb 5
29
991
#define Anum_pg_authid_rolcanlogin 6
30
1.00k
#define Anum_pg_authid_rolreplication 7
31
967
#define Anum_pg_authid_rolbypassrls 8
32
951
#define Anum_pg_authid_rolconnlimit 9
33
1.24k
#define Anum_pg_authid_rolpassword 10
34
2.58k
#define Anum_pg_authid_rolvaliduntil 11
35
36
4.33k
#define Natts_pg_authid 11
37
38
25.3k
#define BOOTSTRAP_SUPERUSERID 10
39
#define DEFAULT_ROLE_MONITOR 3373
40
1.11k
#define DEFAULT_ROLE_READ_ALL_SETTINGS 3374
41
32
#define DEFAULT_ROLE_READ_ALL_STATS 3375
42
#define DEFAULT_ROLE_STAT_SCAN_TABLES 3377
43
177
#define DEFAULT_ROLE_READ_SERVER_FILES 4569
44
29
#define DEFAULT_ROLE_WRITE_SERVER_FILES 4570
45
20
#define DEFAULT_ROLE_EXECUTE_SERVER_PROGRAM 4571
46
18
#define DEFAULT_ROLE_SIGNAL_BACKENDID 4200
47
2.24k
#define DEFAULT_ROLE_YB_EXTENSION 8030
48
69
#define DEFAULT_ROLE_YB_FDW 8032
49
3
#define DEFAULT_ROLE_YB_DB_ADMIN 8039
50
51
#endif              /* PG_AUTHID_D_H */