Problem reloading regression database

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Problem reloading regression database
Date: 2002-01-13 04:18:29
Message-ID: 200201130418.g0D4ITp10845@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

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

Attachment Content-Type Size
unknown_filename text/plain 1.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-01-13 04:22:29 Re: Problem reloading regression database
Previous Message Bruce Momjian 2002-01-13 03:47:30 Re: timestamptz + interval fixed