Re: pg_dump and large files - is this a problem?

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Giles Lean <giles(at)nemeton(dot)com(dot)au>
Subject: Re: pg_dump and large files - is this a problem?
Date: 2002-10-25 06:43:42
Message-ID: 5.1.0.14.0.20021025164309.048a5e18@mail.rhyme.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 11:51 PM 24/10/2002 -0400, Bruce Momjian wrote:
>Your idea of using SEEK_SET is good, except I was concerned that the
>checkSeek call will move the file pointer. Is that OK? It doesn't seem
>appropriate.

The call is made just after the file is opened (or it should be!), so
SEEK_SET, 0 will not be a problem.

----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.B.N. 75 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 0500 83 82 82 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Igor Georgiev 2002-10-25 10:57:09 Re: [HACKERS] Security question : Database access control
Previous Message Marc G. Fournier 2002-10-25 05:52:53 Re: idle connection timeout ...