Re: dump/restore to 7.4devel giving "[archiver (db)] error returned by PQputline"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ron Mayer <ron(at)intervideo(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: dump/restore to 7.4devel giving "[archiver (db)] error returned by PQputline"
Date: 2003-05-13 22:32:26
Message-ID: 18997.1052865146@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ron Mayer <ron(at)intervideo(dot)com> writes:
> [ large tcpdump ]

You probably shouldn't have cluttered the list with that output, but
anyway...

The reason why the new protocol didn't prevent connection loss is that
you weren't using new protocol: it's clear from the trace that this is
an old-protocol connection. I conclude that you were using an old
client, or at least an old libpq.so at the client end.

As for the unescaped CR, it's there sure enough, but this won't tell
us where it came from. Could you double-check the version of the server
you were dumping from?

regards, tom lane

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Shraibman 2003-05-13 22:42:08 Re: fomatting an interval (resend)
Previous Message Darren Ferguson 2003-05-13 22:21:36 Re: VARCHAR to TIME