PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_sequence.h
Go to the documentation of this file.
1/* -------------------------------------------------------------------------
2 *
3 * pg_sequence.h
4 * definition of the "sequence" system catalog (pg_sequence)
5 *
6 * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
8 *
9 * src/include/catalog/pg_sequence.h
10 *
11 * NOTES
12 * The Catalog.pm module reads this file and derives schema
13 * information.
14 *
15 * -------------------------------------------------------------------------
16 */
17#ifndef PG_SEQUENCE_H
18#define PG_SEQUENCE_H
19
20#include "catalog/genbki.h"
21#include "catalog/pg_sequence_d.h" /* IWYU pragma: export */
22
24
36
38
39/* ----------------
40 * Form_pg_sequence corresponds to a pointer to a tuple with
41 * the format of pg_sequence relation.
42 * ----------------
43 */
45
47
49
50#endif /* PG_SEQUENCE_H */
int64_t int64
Definition c.h:555
#define BEGIN_CATALOG_STRUCT
Definition genbki.h:37
#define DECLARE_UNIQUE_INDEX_PKEY(name, oid, oidmacro, tblname, decl)
Definition genbki.h:105
#define BKI_LOOKUP(catalog)
Definition genbki.h:65
#define END_CATALOG_STRUCT
Definition genbki.h:38
#define CATALOG(name, oid, oidmacro)
Definition genbki.h:42
#define MAKE_SYSCACHE(name, idxname, nbuckets)
Definition genbki.h:146
FormData_pg_sequence
Definition pg_sequence.h:35
END_CATALOG_STRUCT typedef FormData_pg_sequence * Form_pg_sequence
Definition pg_sequence.h:44
unsigned int Oid
static int fb(int x)