View Single Post

   
  #7 (permalink)  
Old 04-12-2008, 06:01 AM
Tom Lane
 
Posts: n/a
Default Re: pg_restore fails with a custom backup file

Bruce Momjian <bruce@momjian.us> writes:
> Magnus Hagander wrote:
>> A question though - is there any *gain* from using 64-bit offsets in the
>> actual backend? The change could of course be done in port.h, but that


> No, not really. All files are kept < 1gig for the backend.


Not so: consider a backend COPY reading or writing a multi-gig table.
This will fail if the platform hasn't got largefile support.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote