We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e4260 commit 46115f9Copy full SHA for 46115f9
src/relation_info.h
@@ -65,19 +65,6 @@ typedef struct
65
hash_proc; /* hash function for 'atttype' */
66
} PartRelationInfo;
67
68
-/*
69
- * ShmemRelationInfo
70
- * Per-relation misc information stored in shmem
71
- */
72
-typedef struct
73
-{
74
- Oid key; /* partitioned table's Oid */
75
-
76
- pg_atomic_flag dirty; /* is anyone performing any of the
77
- partitioning-related operations
78
- on this table at the moment? */
79
-} ShmemRelationInfo;
80
81
/*
82
* RelParentInfo
83
* Cached parent of the specified partition.
0 commit comments