PostgreSQL Source Code  git master
partdefs.h
Go to the documentation of this file.
1 /*-------------------------------------------------------------------------
2  *
3  * partdefs.h
4  * Base definitions for partitioned table handling
5  *
6  * Copyright (c) 2007-2024, PostgreSQL Global Development Group
7  *
8  * src/include/partitioning/partdefs.h
9  *
10  *-------------------------------------------------------------------------
11  */
12 #ifndef PARTDEFS_H
13 #define PARTDEFS_H
14 
15 
17 
19 
21 
23 
25 
26 #endif /* PARTDEFS_H */
struct PartitionKeyData * PartitionKey
Definition: partdefs.h:18
struct PartitionBoundInfoData * PartitionBoundInfo
Definition: partdefs.h:16
struct PartitionDirectoryData * PartitionDirectory
Definition: partdefs.h:24
struct PartitionDescData * PartitionDesc
Definition: partdefs.h:22