Re: pgsql: Redesign initialization of partition routing structures

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Redesign initialization of partition routing structures
Date: 2018-11-16 19:16:16
Message-ID: 3606.1542395776@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-11-16 19:35:58 pgsql: pgbench: introduce a RandomState struct
Previous Message Andres Freund 2018-11-16 18:32:33 pgsql: Inline hot path of slot_getsomeattrs().