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_opfamily_d.h
Line
Count
Source (jump to first uncovered line)
1
/*-------------------------------------------------------------------------
2
 *
3
 * pg_opfamily_d.h
4
 *    Macro definitions for pg_opfamily
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_OPFAMILY_D_H
19
#define PG_OPFAMILY_D_H
20
21
345
#define OperatorFamilyRelationId 2753
22
23
20
#define Anum_pg_opfamily_opfmethod 1
24
20
#define Anum_pg_opfamily_opfname 2
25
20
#define Anum_pg_opfamily_opfnamespace 3
26
20
#define Anum_pg_opfamily_opfowner 4
27
28
#define Natts_pg_opfamily 4
29
30
31
#define IsBooleanOpfamily(opfamily) \
32
168k
  ((opfamily) == BOOL_BTREE_FAM_OID || (opfamily) == BOOL_HASH_FAM_OID)
33
34
337k
#define BOOL_BTREE_FAM_OID 424
35
0
#define BPCHAR_BTREE_FAM_OID 426
36
0
#define BYTEA_BTREE_FAM_OID 428
37
0
#define NETWORK_BTREE_FAM_OID 1974
38
#define INTEGER_BTREE_FAM_OID 1976
39
128
#define NAME_BTREE_FAM_OID 1986
40
#define OID_BTREE_FAM_OID 1989
41
51
#define TEXT_BTREE_FAM_OID 1994
42
20
#define TEXT_PATTERN_BTREE_FAM_OID 2095
43
0
#define BPCHAR_PATTERN_BTREE_FAM_OID 2097
44
168k
#define BOOL_HASH_FAM_OID 2222
45
20
#define TEXT_SPGIST_FAM_OID 4017
46
#define BOOL_LSM_FAM_OID 9905
47
0
#define BPCHAR_LSM_FAM_OID 9906
48
0
#define BYTEA_LSM_FAM_OID 9907
49
0
#define NETWORK_LSM_FAM_OID 9911
50
0
#define INTEGER_LSM_FAM_OID 9912
51
131
#define NAME_LSM_FAM_OID 9916
52
#define OID_LSM_FAM_OID 9918
53
51
#define TEXT_LSM_FAM_OID 9922
54
20
#define TEXT_PATTERN_LSM_FAM_OID 9926
55
0
#define BPCHAR_PATTERN_LSM_FAM_OID 9927
56
57
#endif              /* PG_OPFAMILY_D_H */