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_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
569
#define OperatorFamilyRelationId 2753
22
23
45
#define Anum_pg_opfamily_opfmethod 1
24
45
#define Anum_pg_opfamily_opfname 2
25
45
#define Anum_pg_opfamily_opfnamespace 3
26
45
#define Anum_pg_opfamily_opfowner 4
27
28
#define Natts_pg_opfamily 4
29
30
31
#define IsBooleanOpfamily(opfamily) \
32
425k
  
(425k
(opfamily) == 425k
BOOL_BTREE_FAM_OID425k
|| (opfamily) == BOOL_HASH_FAM_OID)
33
34
850k
#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
624
#define NAME_BTREE_FAM_OID 1986
40
#define OID_BTREE_FAM_OID 1989
41
82
#define TEXT_BTREE_FAM_OID 1994
42
40
#define TEXT_PATTERN_BTREE_FAM_OID 2095
43
0
#define BPCHAR_PATTERN_BTREE_FAM_OID 2097
44
425k
#define BOOL_HASH_FAM_OID 2222
45
40
#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
489
#define INTEGER_LSM_FAM_OID 9912
51
648
#define NAME_LSM_FAM_OID 9916
52
#define OID_LSM_FAM_OID 9918
53
99
#define TEXT_LSM_FAM_OID 9922
54
40
#define TEXT_PATTERN_LSM_FAM_OID 9926
55
0
#define BPCHAR_PATTERN_LSM_FAM_OID 9927
56
57
#endif              /* PG_OPFAMILY_D_H */