Question about syscache - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Question about syscache
Date
Msg-id Pine.LNX.4.44.0207100013340.1247-100000@localhost.localdomain
Whole thread Raw
Responses Re: Question about syscache  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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 pg_type.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: "Eric Redmond"
Date:
Subject: Re: pg_access
Next
From: Peter Eisentraut
Date:
Subject: Unintegrated stuff in source tree