Re: pg_group problem

From: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_group problem
Date: 2002-08-30 00:19:48
Message-ID: Pine.LNX.4.21.0208300118120.667-100000@ponder.fairway2k.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Fri, 30 Aug 2002, Nigel J. Andrews wrote:
> ...
>
> testschemas=# alter group mytest_grp add user foo;
> ALTER GROUP
> testschemas=# select * from pg_group;
> ERROR: cache lookup failed for type 2139062143
>
>
> Is this something to do with the recent changes to array_in/out perhaps?

One other thing, there appears to be no regression test for this situation
since I didn't get any failures in make check. I don't suppose make bigcheck
will show any either but I'm running it now.

--
Nigel J. Andrews

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-08-30 00:49:54 Re: pg_group problem
Previous Message Nigel J. Andrews 2002-08-30 00:17:44 pg_group problem