Re: Problem reloading regression database

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Problem reloading regression database
Дата
Msg-id 200201130422.g0D4MTP11541@candle.pha.pa.us
обсуждение исходный текст
Ответ на Problem reloading regression database  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
pgman wrote:
> I am testing pg_upgrade.  I successfully did a pg_upgrade of a 7.2
> regression database into a fresh 7.2 install.  I compared the output of
> pg_dump from both copies and found that c_star dump caused a crash.  I
> then started doing more testing of the regression database and found
> that the regression database does not load in cleanly.  These failures
> cause pg_upgrade files not to match the loaded schema.
> 
> Looks like there is a problem with inheritance, patch attached listing
> the pg_dump load failures. I also see what looks like a crash in the
> server logs:
>     
>     DEBUG:  pq_flush: send() failed: Broken pipe
>     FATAL 1:  Socket command type 1 unknown
> 
> Looks like it should be fixed before final.

I should have been clearer how to reproduce this:
1) run regression tests2) pg_dump regression > /tmp/dump3) dropdb regression4) createdb regression5) psql regression <
/tmp/dump> out 2> err
 

Look at the err file.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Problem reloading regression database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem reloading regression database