| From: | "Carlos Chacon" <cdcarloschacon(at)gmail(dot)com> |
|---|---|
| To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Modification to the postgres catalog |
| Date: | 2006-10-12 23:42:51 |
| Message-ID: | 34ebda740610121642h775c9728lcb5bf228eda50a47@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom, Hi. Sorry that i can't response your message soon... i lost my internet
connection...
But you were right... I forgot to modify the relnatts of the pg_class table
in DATA line for it... that was crashing the "initdb" command....
Thanks... if you don't remind me of that, i would never see it...
Bye. Thanks, again...
On 10/11/06, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> "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
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2006-10-13 00:51:01 | Re: ./configure argument checking |
| Previous Message | Tom Lane | 2006-10-12 23:26:39 | Re: ./configure argument checking |