PostgreSQL Source Code  git master
binary_upgrade.h File Reference
#include "common/relpath.h"
Include dependency graph for binary_upgrade.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

PGDLLIMPORT Oid binary_upgrade_next_pg_tablespace_oid
 
PGDLLIMPORT Oid binary_upgrade_next_pg_type_oid
 
PGDLLIMPORT Oid binary_upgrade_next_array_pg_type_oid
 
PGDLLIMPORT Oid binary_upgrade_next_mrng_pg_type_oid
 
PGDLLIMPORT Oid binary_upgrade_next_mrng_array_pg_type_oid
 
PGDLLIMPORT Oid binary_upgrade_next_heap_pg_class_oid
 
PGDLLIMPORT RelFileNumber binary_upgrade_next_heap_pg_class_relfilenumber
 
PGDLLIMPORT Oid binary_upgrade_next_index_pg_class_oid
 
PGDLLIMPORT RelFileNumber binary_upgrade_next_index_pg_class_relfilenumber
 
PGDLLIMPORT Oid binary_upgrade_next_toast_pg_class_oid
 
PGDLLIMPORT RelFileNumber binary_upgrade_next_toast_pg_class_relfilenumber
 
PGDLLIMPORT Oid binary_upgrade_next_pg_enum_oid
 
PGDLLIMPORT Oid binary_upgrade_next_pg_authid_oid
 
PGDLLIMPORT bool binary_upgrade_record_init_privs
 

Variable Documentation

◆ binary_upgrade_next_array_pg_type_oid

PGDLLIMPORT Oid binary_upgrade_next_array_pg_type_oid
extern

Definition at line 109 of file typecmds.c.

Referenced by AssignTypeArrayOid(), and binary_upgrade_set_next_array_pg_type_oid().

◆ binary_upgrade_next_heap_pg_class_oid

PGDLLIMPORT Oid binary_upgrade_next_heap_pg_class_oid
extern

Definition at line 80 of file heap.c.

Referenced by binary_upgrade_set_next_heap_pg_class_oid(), and heap_create_with_catalog().

◆ binary_upgrade_next_heap_pg_class_relfilenumber

PGDLLIMPORT RelFileNumber binary_upgrade_next_heap_pg_class_relfilenumber
extern

◆ binary_upgrade_next_index_pg_class_oid

PGDLLIMPORT Oid binary_upgrade_next_index_pg_class_oid
extern

Definition at line 84 of file index.c.

Referenced by binary_upgrade_set_next_index_pg_class_oid(), and index_create().

◆ binary_upgrade_next_index_pg_class_relfilenumber

PGDLLIMPORT RelFileNumber binary_upgrade_next_index_pg_class_relfilenumber
extern

◆ binary_upgrade_next_mrng_array_pg_type_oid

PGDLLIMPORT Oid binary_upgrade_next_mrng_array_pg_type_oid
extern

◆ binary_upgrade_next_mrng_pg_type_oid

PGDLLIMPORT Oid binary_upgrade_next_mrng_pg_type_oid
extern

◆ binary_upgrade_next_pg_authid_oid

PGDLLIMPORT Oid binary_upgrade_next_pg_authid_oid
extern

Definition at line 70 of file user.c.

Referenced by binary_upgrade_set_next_pg_authid_oid(), and CreateRole().

◆ binary_upgrade_next_pg_enum_oid

PGDLLIMPORT Oid binary_upgrade_next_pg_enum_oid
extern

Definition at line 36 of file pg_enum.c.

Referenced by AddEnumLabel(), and binary_upgrade_set_next_pg_enum_oid().

◆ binary_upgrade_next_pg_tablespace_oid

PGDLLIMPORT Oid binary_upgrade_next_pg_tablespace_oid
extern

Definition at line 87 of file tablespace.c.

Referenced by binary_upgrade_set_next_pg_tablespace_oid(), and CreateTableSpace().

◆ binary_upgrade_next_pg_type_oid

PGDLLIMPORT Oid binary_upgrade_next_pg_type_oid
extern

Definition at line 41 of file pg_type.c.

Referenced by binary_upgrade_set_next_pg_type_oid(), TypeCreate(), and TypeShellMake().

◆ binary_upgrade_next_toast_pg_class_oid

PGDLLIMPORT Oid binary_upgrade_next_toast_pg_class_oid
extern

◆ binary_upgrade_next_toast_pg_class_relfilenumber

PGDLLIMPORT RelFileNumber binary_upgrade_next_toast_pg_class_relfilenumber
extern

Definition at line 83 of file heap.c.

Referenced by binary_upgrade_set_next_toast_relfilenode(), and heap_create_with_catalog().

◆ binary_upgrade_record_init_privs

PGDLLIMPORT bool binary_upgrade_record_init_privs
extern

Definition at line 109 of file aclchk.c.

Referenced by binary_upgrade_set_record_init_privs(), and recordExtensionInitPriv().