Re: Modification to the postgres catalog

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Carlos Chacon" <cdcarloschacon(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Modification to the postgres catalog
Date: 2006-10-11 18:34:45
Message-ID: 28875.1160591685@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Carlos Chacon" <cdcarloschacon(at)gmail(dot)com> writes:
> But i modify too Natts_pg_class and the Anum macro...Only I forgot
> mentionated it in the last mail. i put:

OK ... did you add a suitable initial value to each of the DATA lines in
pg_class.h? Did you remember to adjust pg_class's own relnatts field
appearing in the DATA line for it?

You could try looking at one of the past commits that has added a column
to pg_class, and make sure you touched all the places it did.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Woodward 2006-10-11 18:59:04 Re: Index Tuning Features
Previous Message Tom Lane 2006-10-11 18:21:23 Re: Patch for Win32 blocking problem