Re: Call for pg_dump testing

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Call for pg_dump testing
Date: 2003-12-07 14:58:15
Message-ID: Pine.GSO.4.58.0312071757190.14894@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 6 Dec 2003, Tom Lane wrote:

> I have committed some fairly wide-ranging revisions to pg_dump to make
> it dump database objects in a "safe" order according to the dependency
> information available from pg_depend. While I know that I have fixed
> a lot of previously-broken cases, it's hardly unlikely that I've broken
> some things too. Please give it a try if you can. CVS-tip pg_dump
> should be fully compatible with 7.4 installations, and reasonably
> compatible with 7.3 servers as well (but its output is unlikely to
> load into pre-7.3 servers because of syntax changes).

I tried with 7.3.3 and got error:

./pg_dump: relocation error: ./pg_dump: undefined symbol: get_progname
pg(at)eol:~/add/cvs/pgsql/src/bin/pg_dump$ ldd ./pg_dump
libpq.so.3 => /usr/local/pgsql/lib/libpq.so.3 (0x40016000)
libz.so.1 => /usr/lib/libz.so.1 (0x40031000)
libreadline.so.3 => /usr/lib/libreadline.so.3 (0x40040000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40062000)
libresolv.so.2 => /lib/libresolv.so.2 (0x4008f000)
libnsl.so.1 => /lib/libnsl.so.1 (0x400a0000)
libdl.so.2 => /lib/libdl.so.2 (0x400b5000)
libm.so.6 => /lib/libm.so.6 (0x400b8000)
libc.so.6 => /lib/libc.so.6 (0x400db000)
libtermcap.so.2 => /lib/libtermcap.so.2 (0x401fc000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-12-07 16:22:03 Re: Call for pg_dump testing
Previous Message Peter Eisentraut - PostgreSQL 2003-12-07 10:18:50 pgsql-server/ oc/src/sgml/Tag: oc/src/sgml/REL ...