summaryrefslogtreecommitdiffstats
path: root/src/backend/catalog/pg_replication_origin_d.h
blob: 2cfa387a71efb6d5825c20d054ec1bab1d99e3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*-------------------------------------------------------------------------
 *
 * pg_replication_origin_d.h
 *    Macro definitions for pg_replication_origin
 *
 * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * NOTES
 *  ******************************
 *  *** DO NOT EDIT THIS FILE! ***
 *  ******************************
 *
 *  It has been GENERATED by src/backend/catalog/genbki.pl
 *
 *-------------------------------------------------------------------------
 */
#ifndef PG_REPLICATION_ORIGIN_D_H
#define PG_REPLICATION_ORIGIN_D_H

#define ReplicationOriginRelationId 6000
#define PgReplicationOriginToastTable 4181
#define PgReplicationOriginToastIndex 4182
#define ReplicationOriginIdentIndex 6001
#define ReplicationOriginNameIndex 6002

#define Anum_pg_replication_origin_roident 1
#define Anum_pg_replication_origin_roname 2

#define Natts_pg_replication_origin 2


#endif							/* PG_REPLICATION_ORIGIN_D_H */