17#ifndef PG_CONVERSION_H
18#define PG_CONVERSION_H
22#include "catalog/pg_conversion_d.h"
#define DECLARE_UNIQUE_INDEX_PKEY(name, oid, oidmacro, tblname, decl)
#define BKI_LOOKUP(catalog)
#define BKI_DEFAULT(value)
#define DECLARE_UNIQUE_INDEX(name, oid, oidmacro, tblname, decl)
#define CATALOG(name, oid, oidmacro)
#define MAKE_SYSCACHE(name, idxname, nbuckets)
FormData_pg_conversion * Form_pg_conversion
Oid FindDefaultConversion(Oid name_space, int32 for_encoding, int32 to_encoding)
ObjectAddress ConversionCreate(const char *conname, Oid connamespace, Oid conowner, int32 conforencoding, int32 contoencoding, Oid conproc, bool def)