Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0201d79

Browse files
committed
Avoid re-typedef'ing PartitionTupleRouting
Apparently, gcc on macOS (?) doesn't like it.Per buildfarm.
1 parent4092319 commit0201d79

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-
typedefstructPartitionTupleRouting
85+
structPartitionTupleRouting
8686
{
8787
Relationpartition_root;
8888
PartitionDispatch*partition_dispatch_info;
@@ -93,7 +93,7 @@ typedef struct PartitionTupleRouting
9393
intmax_partitions;
9494
HTAB*subplan_resultrel_htab;
9595
MemoryContextmemcxt;
96-
}PartitionTupleRouting;
96+
};
9797

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp