pg_dump error on git head

Started by Tatsuo Ishiiover 13 years ago3 messages
#1Tatsuo Ishii
ishii@postgresql.org

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
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tatsuo Ishii (#1)
Re: pg_dump error on git head

Tatsuo Ishii <ishii@postgresql.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

#3Tatsuo Ishii
ishii@postgresql.org
In reply to: Tom Lane (#2)
Re: pg_dump error on git head

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

Sorry for noise. It worked. Thanks!
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp