Question about syscache

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Question about syscache
Date: 2002-07-09 22:17:52
Message-ID: Pine.LNX.4.44.0207100013340.1247-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-07-09 22:18:16 Unintegrated stuff in source tree
Previous Message Eric Redmond 2002-07-09 22:14:18 Re: pg_access