Content-Length: 271082 | pFad | http://github.com/postgrespro/postgres/commit/0201d79a5549e3375ea5e5aee351378399453f15

C1 Avoid re-typedef'ing PartitionTupleRouting · postgrespro/postgres@0201d79 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/0201d79a5549e3375ea5e5aee351378399453f15

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy