Re: [PATCH] Partial indicies again

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: Re: [PATCH] Partial indicies again
Date: 2001-07-10 17:15:12
Message-ID: 29427.994785312@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> I notice that in pg_proc.h each line is assigned an OID. Do I just pick the
> next available one or is there a method there?

Pick anything that's not shown as used by the unused_oids script (but be
sure to run that against up-to-date sources from CVS).

> I've rediffed against the latest CVS and everything went except one file
> disappeared (sql_help.h).

That file is generated during build, it's not in CVS.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-07-10 17:20:41 Re: Known problem with HASH index?
Previous Message Steve Wampler 2001-07-10 16:58:40 Re: [JDBC] Re: Too much data received?