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
34
35/* ----------------
36 * Form_pg_sequence corresponds to a pointer to a tuple with
37 * the format of pg_sequence relation.
38 * ----------------
39 */
41
43
45
46#endif /* PG_SEQUENCE_H */
int64_t int64
Definition c.h:543
#define DECLARE_UNIQUE_INDEX_PKEY(name, oid, oidmacro, tblname, decl)
Definition genbki.h:86
#define BKI_LOOKUP(catalog)
Definition genbki.h:46
#define CATALOG(name, oid, oidmacro)
Definition genbki.h:23
#define MAKE_SYSCACHE(name, idxname, nbuckets)
Definition genbki.h:127
FormData_pg_sequence
Definition pg_sequence.h:33
FormData_pg_sequence * Form_pg_sequence
Definition pg_sequence.h:40
unsigned int Oid
static int fb(int x)