pg_dump error on git head

Started by Tatsuo Ishiialmost 14 years ago3 messageshackers
Jump to latest
#1Tatsuo Ishii
t-ishii@sra.co.jp

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
t-ishii@sra.co.jp
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