Re: pg_proc without oid?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_proc without oid?
Date: 2007-02-19 11:17:47
Message-ID: 20070219111747.GA11549@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 19, 2007 at 11:25:02AM +0100, Peter Eisentraut wrote:
> Am Montag, 19. Februar 2007 10:16 schrieb Magnus Hagander:
> > This breaks the fmgrtab generator on msvc. Most likely because I didn't
> > think of that case. But since all other rows in pg_proc.h contain the
> > oid, I just wanted to check if they're actually supposed to be withuot
> > oid, or if that was a mistake?
>
> It's intentional.

Could you explain why, and what the expected result is? Since I can't
find any other examples of people doing it :-)

(will fix the vc stuff, of course, but still interested in knowing)

//Magnus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Csaba Nagy 2007-02-19 11:31:15 Re: autovacuum next steps
Previous Message Ian Caulfield 2007-02-19 11:03:45 Re: RFC: Temporal Extensions for PostgreSQL