1/*-------------------------------------------------------------------------
4 * definition of the "transform" system catalog (pg_transform)
7 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * src/include/catalog/pg_transform.h
13 * The Catalog.pm module reads this file and derives schema
16 *-------------------------------------------------------------------------
22#include "catalog/pg_transform_d.h" /* IWYU pragma: export */
25 * pg_transform definition. cpp turns this into
26 * typedef struct FormData_pg_transform
29 CATALOG(pg_transform,3576,TransformRelationId)
39 * Form_pg_transform corresponds to a pointer to a tuple with
40 * the format of pg_transform relation.
46 DECLARE_UNIQUE_INDEX(pg_transform_type_lang_index, 3575, TransformTypeLangIndexId, pg_transform, btree(trftype oid_ops, trflang oid_ops));
51#endif /* PG_TRANSFORM_H */
#define BKI_LOOKUP(catalog)
#define BKI_LOOKUP_OPT(catalog)