Re: pg_dump.... pg_restore...how long does it take?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: rafikoko <rako(at)wapice(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump.... pg_restore...how long does it take?
Date: 2007-08-29 15:58:22
Message-ID: 3716.1188403102@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

rafikoko <rako(at)wapice(dot)com> writes:
> I've got also the following message after dumping:
> pg_dump: [tar archiver] actual file length (4104361) does not match expected
> (4104361)
> which in fact does not make sense for me.

Hmm, it looks like that code is printing the wrong variable's value.
However, the condition it's complaining of shouldn't have happened,
so you need to look more closely. I suspect you've got a corrupt
tar archive. Does it look sane if you do "tar tvf" on it?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2007-08-29 15:59:56 Re: Reliable and fast money transaction design
Previous Message Denis Gasparin 2007-08-29 15:51:37 Question regarding autovacuum in 8.1