Re: Upgrade db format without older version of PostgreSQL

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrade db format without older version of PostgreSQL
Date: 2009-09-29 17:03:22
Message-ID: 4AC23DDA.4000407@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2009-09-29 17:15:37 Re: computed values in plpgsql
Previous Message John R Pierce 2009-09-29 17:01:31 Re: Upgrade db format without older version of PostgreSQL