Re: configure options

From: Siddharth Shah <siddharth(dot)shah(at)elitecore(dot)com>
To: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, pgsql-general(at)postgresql(dot)org
Subject: Re: configure options
Date: 2008-12-01 11:14:22
Message-ID: 4933C70E.2070302@elitecore.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Albe Laurenz wrote:
> Siddharth Shah wrote:
>
>>>> I am compiling postgres, I have some doubts on ./configure options
>>>>
>>>> --disable-largefile
>>>> Does it refers to for storing blob objects to store or
>>>> anything else ?
>>>>
>>> I couldn't find this configure switch in the documentation for
>>> 8.3 or 8.4. Can you explain where you found it and which version
>>> you are using?
>>>
>> I am using 8.3.5 and I have found these options in configure help
>> ./configure --help
>>
>
> I see. It seems to be missing in the documentation.
>
> This has nothing to do with large objects.
> This disables use of the "large file API" for operating system files.
> If you disable this, you will probably not be able to use operating system
> files that exceed 2GB in size, which PostgreSQL normally does not do
> anyway.
>
> My recommendation is to leave this switch alone and use the default;
> you should not encounter any problems.
>
> Yours,
> Laurenz Albe
>
>
>
>
In My Application I have only 256MB storage device and I have to
manage many other application in same storage
So, have to remove use less files , From configuration disabling
unwanted options helps to reduce the size.
So, I need detail description on compile options and postgres
installation files.
If this is provided then will help me.
-Siddharth

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2008-12-01 11:28:12 Re: configure options
Previous Message Bart Degryse 2008-12-01 11:12:19 Re: PHP PDO-PGSQL and transactions