Re: [PATCHES] Fix for large file support - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Re: [PATCHES] Fix for large file support
Date
Msg-id 4623A084.1080705@sun.com
Whole thread Raw
In response to Re: [PATCHES] Fix for large file support  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Jim Nasby <decibel@decibel.org> writes:
>> If we expose LET_OS_MANAGE_FILESIZE, should we add a flag to the  
>> control file so that you can't start a backend that has that defined  
>> against a cluster that was initialized without it?
> 
> I imagine we'd flag that as relsegsize = 0 or some such.

Yes I have it in my patch. I put relsegsize = 0 in the control file when  non-segmentation mode is enabled.
    Zdenek


pgsql-hackers by date:

Previous
From: "Florian G. Pflug"
Date:
Subject: Re: What tools do people use to hack on PostgreSQL?
Next
From: Zoltan Boszormenyi
Date:
Subject: Re: IDENTITY/GENERATED v36 Re: [PATCHES] Final version of IDENTITY/GENERATED patch