Thanks to visit codestin.com Credit goes to github.com
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 4092319 commit 0201d79Copy full SHA for 0201d79
src/backend/executor/execPartition.c
@@ -82,7 +82,7 @@
82
* Memory context used to allocate subsidiary structs.
83
*-----------------------
84
*/
85
-typedef struct PartitionTupleRouting
+struct PartitionTupleRouting
86
{
87
Relation partition_root;
88
PartitionDispatch *partition_dispatch_info;
@@ -93,7 +93,7 @@ typedef struct PartitionTupleRouting
93
int max_partitions;
94
HTAB *subplan_resultrel_htab;
95
MemoryContext memcxt;
96
-} PartitionTupleRouting;
+};
97
98
/*-----------------------
99
* PartitionDispatch - information about one partitioned table in a partition
0 commit comments