Re: pgsql: Redesign initialization of partition routing structures - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Redesign initialization of partition routing structures
Date
Msg-id 3606.1542395776@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Redesign initialization of partition routing structures  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: pgsql: Redesign initialization of partition routing structures
List pgsql-committers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Redesign initialization of partition routing structures

Some of the buildfarm doesn't like this:

ccache gcc -std=c99 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute-Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -I../../../src/include  -isysroot
/Developer/SDKs/MacOSX10.6.sdk-DCOPY_PARSE_PLAN_TREES -DRAW_EXPRESSION_COVERAGE_TEST   -c -o functioncmds.o
functioncmds.c
execPartition.c:96: error: redefinition of typedef 'PartitionTupleRouting'
../../../src/include/executor/execPartition.h:23: error: previous declaration of 'PartitionTupleRouting' was here
make[3]: *** [execPartition.o] Error 1

            regards, tom lane


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Inline hot path of slot_getsomeattrs().
Next
From: Alvaro Herrera
Date:
Subject: pgsql: pgbench: introduce a RandomState struct