From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Ernesto Quiñones <ernestoq(at)gmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Orientacion Sobre Comparativa entre postgres y mssql |
Date: | 2007-02-19 12:16:56 |
Message-ID: | 20070219121656.GO9724@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
> El 17/02/07, Alvaro Herrera <alvherre(at)commandprompt(dot)com> escribió:
> >Esa es una prueba, pero la prueba de fuego es verificar que usa las
> >llamadas a sistemas de 64 bits para poder hacer dumps de > 4GB ...
> >
> >Creo que deberia hacerlo correctamente en sistemas operativos normales
> >(como la mayoria de las instalaciones de Linux), pero uno nunca sabe ....
Ernesto Quiñones escribió:
> Eso quiere decir que no podre hacer dumps mayores a 4gb en caso de
> usar una arquitectura de 32bits?
No, no significa eso; algunos sistemas de 32 bits _si_ estan preparados
para usar sistemas de archivos de 64 bits (como algunos sistemas de
archivos de Linux por ej.)
Una miradita en el manual de ftello muestra
DESCRIPTION
The fseeko() and ftello() functions are identical to fseek() and
ftell() (see fseek(3)), respectively, except that the offset argument
of fseeko() and the return value of ftello() is of type off_t instead
of long.
On many architectures both off_t and long are 32-bit types, but compi‐
lation with
#define _FILE_OFFSET_BITS 64
will turn off_t into a 64-bit type.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2007-02-19 12:24:23 | Usuarios Delphi: [[GENERAL] CodeGear working on a new DB access layer for Delphi, but.....] |
Previous Message | David Primero Segundo | 2007-02-19 12:06:19 | pgadmin3 |