Re: initdb failure with Postgres 8.4.4

From: "BRUSSER Michael" <Michael(dot)BRUSSER(at)3ds(dot)com>
To: "Robert Haas" <robertmhaas(at)gmail(dot)com>
Cc: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: initdb failure with Postgres 8.4.4
Date: 2010-12-10 15:26:07
Message-ID: 29EA9BFEF7E7FC4F988818CA0C5C78C2059970@AG-DCC-MBX03.dsone.3ds.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Well, why are you configuring the prefix to be inside your build tree?
This is an odd thing to do. The prefix should be set to where you
expect to install the files, not where you're building them.

CONFIGURE = '--prefix=/home/<build-path>/build/Linux/qe_x86_64'
'--without-readline' '--without-zlib'

Still:

> Not claiming any knowledge in this area - would it be reasonable to expect that if -L option works for other input files it should
> also work for timezones?

...this seems reasonable.

---------------------------------------------------------

It is odd, but this only reflects some quick hack I did to have a test case outside of our standard build framework.
I wanted to make sure the odd problem with timezones is not coming from our overloaded build environment.
Production makefile does it much better.

If I don't find a better option - do you see any disadvantage in using --with-system-tzdata and OS timezone info on Solaris and Linux?

This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged. If you are not one of the named recipients or have received this email in error, (i) you should not read, disclose, or copy it, (ii) please notify sender of your receipt by reply email and delete this email and all attachments, (iii) Dassault Systemes does not accept or assume any liability or responsibility for any use of or reliance on this email.For other languages, go to http://www.3ds.com/terms/email-disclaimer.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-12-10 15:27:25 Re: Anyone for SSDs?
Previous Message Andrew Dunstan 2010-12-10 15:25:33 Re: initdb failure with Postgres 8.4.4