PostgreSQL Source Code git master
Loading...
Searching...
No Matches
binary_upgrade.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * binary_upgrade.h
4 * variables used for binary upgrades
5 *
6 *
7 * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
9 *
10 * src/include/catalog/binary_upgrade.h
11 *
12 *-------------------------------------------------------------------------
13 */
14#ifndef BINARY_UPGRADE_H
15#define BINARY_UPGRADE_H
16
17#include "common/relpath.h"
18
20
25
32
35
37
38#endif /* BINARY_UPGRADE_H */
PGDLLIMPORT RelFileNumber binary_upgrade_next_heap_pg_class_relfilenumber
Definition heap.c:83
PGDLLIMPORT Oid binary_upgrade_next_index_pg_class_oid
Definition index.c:85
PGDLLIMPORT RelFileNumber binary_upgrade_next_index_pg_class_relfilenumber
Definition index.c:86
PGDLLIMPORT Oid binary_upgrade_next_pg_authid_oid
Definition user.c:71
PGDLLIMPORT Oid binary_upgrade_next_toast_pg_class_oid
Definition heap.c:82
PGDLLIMPORT Oid binary_upgrade_next_pg_tablespace_oid
Definition tablespace.c:87
PGDLLIMPORT Oid binary_upgrade_next_array_pg_type_oid
Definition typecmds.c:109
PGDLLIMPORT Oid binary_upgrade_next_mrng_array_pg_type_oid
Definition typecmds.c:111
PGDLLIMPORT Oid binary_upgrade_next_mrng_pg_type_oid
Definition typecmds.c:110
PGDLLIMPORT Oid binary_upgrade_next_pg_type_oid
Definition pg_type.c:41
PGDLLIMPORT bool binary_upgrade_record_init_privs
Definition aclchk.c:109
PGDLLIMPORT Oid binary_upgrade_next_heap_pg_class_oid
Definition heap.c:81
PGDLLIMPORT Oid binary_upgrade_next_pg_enum_oid
Definition pg_enum.c:36
PGDLLIMPORT RelFileNumber binary_upgrade_next_toast_pg_class_relfilenumber
Definition heap.c:84
#define PGDLLIMPORT
Definition c.h:1328
unsigned int Oid
Oid RelFileNumber
Definition relpath.h:25