Re: fixing REL7_3_STABLE build issues

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: fixing REL7_3_STABLE build issues
Дата
Msg-id 26233.1121528747@sss.pgh.pa.us
обсуждение исходный текст
Ответ на fixing REL7_3_STABLE build issues  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: fixing REL7_3_STABLE build issues
Re: fixing REL7_3_STABLE build issues
Список pgsql-patches
Andrew Dunstan <andrew@dunslane.net> writes:
> The attached (new) src/test/regress/expected/geometry_9.out, intended
> only for the 7.3 stable branch,  allows a clean regression pass on my
> FC4 box. I called it that to avoid conflicts with other geometry_n files
> on later branches.

I'd like to have a more principled approach to fixing the back branches
than "we'll do whatever it takes to have a clean buildfarm board on the
set of machines that happen to have volunteered to run buildfarm on that
branch".

The geometry test has been such a consistent bugaboo that I'd sooner
remove it from the back branch test lists than follow the path your
proposal leads down.  I can see we'd need at least one more geometry
instance immediately in the 7.3 branch, and what about 7.2?

> The attached patch for contrib/seg/segparse.y allows a clean 7.3 contrib
> build. The latter fix looks like one that should be made on the 7.4
> branch also - man 3 errno on my box says:

Agreed --- this is outright unportable code.  Patched in 7.2-7-4.
(It may be that 7.4 fails to fail on your machine because it's already
included <errno.h> by way of c.h, but the extern is an invitation to
trouble in any case.)

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: fixing REL7_3_STABLE build issues