Re: how to add a new column in pg_proc table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: noman naeem <doublevision_17(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: how to add a new column in pg_proc table
Date: 2005-01-25 18:19:21
Message-ID: 5427.1106677161@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

noman naeem <doublevision_17(at)yahoo(dot)com> writes:
> They came at the time of frmgrtab.h file creation,they
> are

> fmgrtab.c:25: error: syntax error before '-' token
> fmgrtab.c:2168: error: syntax error before '}' token

> there are loads and loads of such errors.

I suppose you forgot to update the Gen_fmgrtab.sh script
to account for new column numbering in pg_proc.

> Could you tell me from where I can have the last patch

See our CVS server --- a checkout and then "cvs diff" around
the time point I identified for you should do the trick.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2005-01-25 18:23:15 Re: bug w/ cursors and savepoints
Previous Message Tom Lane 2005-01-25 18:14:50 Re: strxfrm implementation