Re: pg_dump error on git head

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_dump error on git head
Date: 2012-05-30 04:51:25
Message-ID: 18543.1338353485@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii <ishii(at)postgresql(dot)org> writes:
> I have seen this with git master head:
> $ pg_dump test
> :
> :
> :
> COPY insert_lock (reloid) FROM stdin;
> pg_dump: [archiver] internal error -- WriteData cannot be called outside the context of a DataDumper routine

hm, it works for me. You might need to do "make clean all" in
src/bin/pg_dump?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2012-05-30 04:58:10 Re: pg_dump error on git head
Previous Message Tatsuo Ishii 2012-05-30 04:30:54 pg_dump error on git head