Re: [HACKERS] Question about syscache

2002-07-09 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > In syscache.c, the structure cachedesc contains a field reloidattr that is > supposed to contain the number of an attribute that is an OID reference to > another table. But what if there are two such attributes? Specifically, it is a reference to pg

[HACKERS] Question about syscache

2002-07-09 Thread Peter Eisentraut
In syscache.c, the structure cachedesc contains a field reloidattr that is supposed to contain the number of an attribute that is an OID reference to another table. But what if there are two such attributes? The concrete case is an index on pg_cast (castsource, casttarget), which both reference