Thread: pg_dump error on git head
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
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
> 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