Re: Upgrade db format without older version of PostgreSQL - Mailing list pgsql-general

From Tom Lane
Subject Re: Upgrade db format without older version of PostgreSQL
Date
Msg-id 20300.1254246758@sss.pgh.pa.us
Whole thread Raw
In response to Re: Upgrade db format without older version of PostgreSQL  (Devrim GÜNDÜZ <devrim@gunduz.org>)
List 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 by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: Upgrade db format without older version of PostgreSQL
Next
From: Tom Lane
Date:
Subject: Re: Autovacuum tables missing?