1/* -------------------------------------------------------------------------
4 * definition of the "shared security label" system catalog (pg_shseclabel)
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_shseclabel.h
12 * The Catalog.pm module reads this file and derives schema
15 * -------------------------------------------------------------------------
17#ifndef PG_SHSECLABEL_H
18#define PG_SHSECLABEL_H
21#include "catalog/pg_shseclabel_d.h" /* IWYU pragma: export */
24 * pg_shseclabel definition. cpp turns this into
25 * typedef struct FormData_pg_shseclabel
30 Oid objoid;
/* OID of the shared object itself */
34#ifdef CATALOG_VARLEN /* variable-length fields start here */
46#endif /* PG_SHSECLABEL_H */
#define BKI_FORCE_NOT_NULL
#define BKI_SHARED_RELATION
#define BKI_ROWTYPE_OID(oid, oidmacro)
DECLARE_UNIQUE_INDEX_PKEY(pg_shseclabel_object_index, 3593, SharedSecLabelObjectIndexId, pg_shseclabel, btree(objoid oid_ops, classoid oid_ops, provider text_ops))
FormData_pg_shseclabel * Form_pg_shseclabel
DECLARE_TOAST_WITH_MACRO(pg_shseclabel, 4060, 4061, PgShseclabelToastTable, PgShseclabelToastIndex)
SharedSecLabelRelation_Rowtype_Id BKI_SCHEMA_MACRO
Oid classoid BKI_LOOKUP(pg_class)
CATALOG(pg_shseclabel, 3592, SharedSecLabelRelationId) BKI_SHARED_RELATION BKI_ROWTYPE_OID(4066