Re: Help in compiling 8.1.2 from source

From: Richard Huxton <dev(at)archonet(dot)com>
To: The Doctor <doctor(at)doctor(dot)nl2k(dot)ab(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Help in compiling 8.1.2 from source
Date: 2006-02-01 14:58:52
Message-ID: 43E0CCAC.3080202@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The Doctor wrote:
> iHELP!!
>
> I compile postgresql 8.1.2
[snip]
> and Now I am getting:
>
> ns1# FATAL: database files are incompatible with server
> DETAIL: The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP.
> HINT: It looks like you need to recompile or initdb.
>
> What do I need to get this running again?

It looks like you either:
1. Have two versions of PG installed with different compilation options.
2. Have old data-files left behind from a previous installation and
haven't run initdb again.
3. Have recompiled your programs with different options.

Which is it?
--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2006-02-01 14:59:05 Re: Help in compiling 8.1.2 from source
Previous Message Tom Lane 2006-02-01 14:53:06 Re: OID question