1/* -------------------------------------------------------------------------
4 * definition of the "sequence" system catalog (pg_sequence)
6 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
9 * src/include/catalog/pg_sequence.h
12 * The Catalog.pm module reads this file and derives schema
15 * -------------------------------------------------------------------------
21#include "catalog/pg_sequence_d.h" /* IWYU pragma: export */
23 CATALOG(pg_sequence,2224,SequenceRelationId)
36 * Form_pg_sequence corresponds to a pointer to a tuple with
37 * the format of pg_sequence relation.
46#endif /* PG_SEQUENCE_H */
#define BKI_LOOKUP(catalog)
DECLARE_UNIQUE_INDEX_PKEY(pg_sequence_seqrelid_index, 5002, SequenceRelidIndexId, pg_sequence, btree(seqrelid oid_ops))
FormData_pg_sequence * Form_pg_sequence
CATALOG(pg_sequence, 2224, SequenceRelationId)
MAKE_SYSCACHE(SEQRELID, pg_sequence_seqrelid_index, 32)