Re: 7.3 pg_dump with -Fc option crashes

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: 7.3 pg_dump with -Fc option crashes
Дата
Msg-id 200301110303.h0B33ZU09369@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: 7.3 pg_dump with -Fc option crashes  (Laurette Cisneros <laurette@nextbus.com>)
Ответы Re: 7.3 pg_dump with -Fc option crashes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Are we near needing 7.3.2?  The contraint dump patch is post-7.3.1 too,
and Tom applied a big fix recently to 7.3.X.


---------------------------------------------------------------------------

Laurette Cisneros wrote:
> That did the trick...fixed pg_dump! 
> 
> And, pg_restore works on it too!
> 
> Yay, I can go home now.
> 
> Thanks very much for your help!
> 
> On Fri, 10 Jan 2003, Tom Lane wrote:
> 
> > 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: Remove
> >     overenthusiastic free'ing of comment dependencies; could lead to
> >     core 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
> > 
> 
> -- 
> Laurette Cisneros
> The Database Group
> (510) 420-3137
> NextBus Information Systems, Inc.
> www.nextbus.com
> ----------------------------------
> Life is an SQL old chum...
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Laurette Cisneros
Дата:
Сообщение: Re: 7.3 pg_dump with -Fc option crashes
Следующее
От: Ashley Cambrell
Дата:
Сообщение: Re: default to WITHOUT OIDS?