Skip to content

Commit 46115f9

Browse files
committed
remove struct ShmemRelationInfo
1 parent a6e4260 commit 46115f9

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/relation_info.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,6 @@ typedef struct
6565
hash_proc; /* hash function for 'atttype' */
6666
} PartRelationInfo;
6767

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-
8168
/*
8269
* RelParentInfo
8370
* Cached parent of the specified partition.

0 commit comments

Comments
 (0)