Re: pg_type - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_type
Date
Msg-id 19346.1178574965@sss.pgh.pa.us
Whole thread Raw
In response to pg_type  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pg_type  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I added a field to pg_type, updated all the bootstrap catalog entries, 
> changed Natts_pg_type, and (I think) fixed the two places in pg_type.c 
> that construct pg_type entries. However, initdb fails at the sysviews 
> creation stage - the core dump shows it failing as shown below. Anyone 
> have a quick idea what I might have missed / done wrong?

One thing I've been burnt by in the past is failing to update the
pg_class.h DATA statement to show the right number of columns.  Also,
you fixed both representations of the attribute list in pg_attribute.h,
right?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: BufFileWrite across MAX_PHYSICAL_FILESIZE boundary
Next
From: Andrew Dunstan
Date:
Subject: Re: pg_type