Re: [PATCHES] Fix for large file support (nonsegment mode support)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com>, Zeugswetter Andreas OSB SD <Andreas(dot)Zeugswetter(at)s-itsolutions(dot)at>, pgsql-patches(at)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: [PATCHES] Fix for large file support (nonsegment mode support)
Date: 2008-03-11 18:02:09
Message-ID: 29585.1205258529@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Zdenek Kotala wrote:
>> Maybe we can put additional test into configure and collect appropriate
>> data from buildfarm.

> It might be good to just check first if it returns realistic values for the
> example cases that have been mentioned.

Yeah, please just make up a ten-line C program that prints the numbers
you want, and post it on -hackers for people to try. If manual testing
says that it's printing useful numbers, then it would be time enough to
think about how to get it into the buildfarm.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua 2008-03-11 18:02:17 Re: simple plpgsql / sql function question
Previous Message Merlin Moncure 2008-03-11 17:54:38 Re: simple plpgsql / sql function question

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2008-03-11 18:05:29 Re: Have vacuum emit a warning when it runs out of maintenance_work_mem
Previous Message Joshua D. Drake 2008-03-11 17:46:23 Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout