Problems with pg_dump for PG8.4 for WinXP (MinGW build)

From: el dorado <do_ra_do(at)mail(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: Problems with pg_dump for PG8.4 for WinXP (MinGW build)
Date: 2009-09-15 08:21:49
Message-ID: E1MnTIL-0002ph-00.do_ra_do-mail-ru@f240.mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello!
I need PG 8.4 built from source code for WinXP. So I got archive postgresql-8.4.1.tar.gz, unpacked it and built postgres by MinGW, as usual:
configure --witout-zlib
make
make install

Everything seeds to be fine until we tried to test pg_dump. It failed (not always but often).
Command:
pg_dump -U postgres -v -f mydump.sql TEST_DB

The end of output:
pg_dump: reading triggers for table "test_table"
pg_dump: reading dependency data
pg_dump: saving encoding = UTF8
pg_dump: saving standard_conforming_string = off
pg_dump: saving database definition

And here we get a message 'an unhandled win32 exception occured in pg_dump.exe(1788)'
(digits in brackets varies for different runs of pg_dump)

There are no such problems for ready biniries.

Regards, Marina.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2009-09-15 08:28:57 Re: Problems with pg_dump for PG8.4 for WinXP (MinGW build)
Previous Message Magnus Hagander 2009-09-15 08:19:23 Re: Regarding initdb & pg_ctl