Skip to content

Commit 0201d79

Browse files
committed
Avoid re-typedef'ing PartitionTupleRouting
Apparently, gcc on macOS (?) doesn't like it. Per buildfarm.
1 parent 4092319 commit 0201d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/execPartition.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
* Memory context used to allocate subsidiary structs.
8383
*-----------------------
8484
*/
85-
typedef struct PartitionTupleRouting
85+
struct PartitionTupleRouting
8686
{
8787
Relation partition_root;
8888
PartitionDispatch *partition_dispatch_info;
@@ -93,7 +93,7 @@ typedef struct PartitionTupleRouting
9393
int max_partitions;
9494
HTAB *subplan_resultrel_htab;
9595
MemoryContext memcxt;
96-
} PartitionTupleRouting;
96+
};
9797

9898
/*-----------------------
9999
* PartitionDispatch - information about one partitioned table in a partition

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy