PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_largeobject_metadata.h File Reference
#include "catalog/genbki.h"
#include "catalog/pg_largeobject_metadata_d.h"
Include dependency graph for pg_largeobject_metadata.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BEGIN_CATALOG_STRUCT CATALOG (pg_largeobject_metadata, 2995, LargeObjectMetadataRelationId)
 
 DECLARE_UNIQUE_INDEX_PKEY (pg_largeobject_metadata_oid_index, 2996, LargeObjectMetadataOidIndexId, pg_largeobject_metadata, btree(oid oid_ops))
 

Variables

END_CATALOG_STRUCT typedef FormData_pg_largeobject_metadataForm_pg_largeobject_metadata
 
 FormData_pg_largeobject_metadata
 

Function Documentation

◆ CATALOG()

Definition at line 32 of file pg_largeobject_metadata.h.

33{
34 Oid oid; /* oid */
35
36 Oid lomowner BKI_LOOKUP(pg_authid); /* OID of the largeobject
37 * owner */
38
39#ifdef CATALOG_VARLEN /* variable-length fields start here */
40 aclitem lomacl[1]; /* access permissions */
41#endif
#define BKI_LOOKUP(catalog)
Definition genbki.h:65
FormData_pg_largeobject_metadata
unsigned int Oid
static int fb(int x)

References BKI_LOOKUP, and fb().

◆ DECLARE_UNIQUE_INDEX_PKEY()

DECLARE_UNIQUE_INDEX_PKEY ( pg_largeobject_metadata_oid_index  ,
2996  ,
LargeObjectMetadataOidIndexId  ,
pg_largeobject_metadata  ,
btree(oid oid_ops  
)

Variable Documentation

◆ Form_pg_largeobject_metadata

◆ FormData_pg_largeobject_metadata

FormData_pg_largeobject_metadata

Definition at line 42 of file pg_largeobject_metadata.h.