Re: 7.3 pg_dump with -Fc option crashes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.3 pg_dump with -Fc option crashes
Date
Msg-id 29949.1042247903@sss.pgh.pa.us
Whole thread Raw
In response to 7.3 pg_dump with -Fc option crashes  (Laurette Cisneros <laurette@nextbus.com>)
Responses Re: 7.3 pg_dump with -Fc option crashes  (Laurette Cisneros <laurette@nextbus.com>)
Re: 7.3 pg_dump with -Fc option crashes  (Laurette Cisneros <laurette@nextbus.com>)
List pgsql-hackers
Laurette Cisneros <laurette@nextbus.com> writes:
> This does not:
> pg_dump -h myhost -p 5432 -Fc -f mydb.cpgdmp mydb
> Segmentation fault (core dumped)

If you have any comments on views, this is probably an instance of a
known bug:

2002-12-27 12:10  tgl
* src/bin/pg_dump/: pg_dump.c (REL7_3_STABLE), pg_dump.c: Removeoverenthusiastic free'ing of comment dependencies;
couldlead tocore dump in pg_dump when dumping views having comments.  See bug#855.
 

This fix postdates 7.3.1, but you could get the patch from the CVS
server or the pgsql-bugs archives.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Laurette Cisneros
Date:
Subject: Re: 7.3 pg_dump with -Fc option crashes
Next
From: Tom Lane
Date:
Subject: Re: help with PL/PgSQL bug