Re: pgsql: Redesign initialization of partition routing structures

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Redesign initialization of partition routing structures
Дата
Msg-id 3606.1542395776@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Redesign initialization of partition routing structures  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: pgsql: Redesign initialization of partition routing structures  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Inline hot path of slot_getsomeattrs().
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pgbench: introduce a RandomState struct