Re: Upgrade db format without older version of PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Upgrade db format without older version of PostgreSQL
Дата
Msg-id 20300.1254246758@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Upgrade db format without older version of PostgreSQL  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Список pgsql-general
Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= <devrim@gunduz.org> writes:
> On Tue, 2009-09-29 at 10:03 -0700, John R Pierce wrote:
>> what version gcc is that?

> 4.4.1 . It also fails at the same place with GCC 3.4.6 (compat-gcc-34)

It's not the compiler version that's at issue.  It's that the system
headers in F-11 don't define struct ucred unless you defined _GNU_SOURCE
someplace.  RHEL-5 is a lot closer to the build environment 7.2 is
expecting.

7.3.x does still build on F-11, so it probably wouldn't be that hard
to make 7.2.x go if someone with familiarity with the sources were
motivated to do it.  But for a novice it'd be a mighty un-fun task.

I'm personally kind of wondering what the OP's system was before.
Red Hat never shipped PG 7.2 at all, so it probably wasn't RHEL
or CentOS or Fedora.

            regards, tom lane

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

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: Upgrade db format without older version of PostgreSQL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Autovacuum tables missing?