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

From John R Pierce
Subject Re: Upgrade db format without older version of PostgreSQL
Date
Msg-id 4AC23DDA.4000407@hogranch.com
Whole thread Raw
In response to Re: Upgrade db format without older version of PostgreSQL  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Responses Re: Upgrade db format without older version of PostgreSQL
List pgsql-general
Devrim GÜNDÜZ wrote:
> Could be -- but this is what I got with 7.2.8:
>
> make[3]: Entering directory `/home/devrim/rpm/BUILD/postgresql-7.2.8/src/backend/libpq'
> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include   -c -o hba.o hba.c
> hba.c: In function ‘ident_unix’:
> hba.c:885: error: storage size of ‘peercred’ isn’t known
> hba.c:885: warning: unused variable ‘peercred’
> ...

what version gcc is that?




pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Upgrade db format without older version of PostgreSQL
Next
From: Merlin Moncure
Date:
Subject: Re: computed values in plpgsql