Re: initdb fails: problem with array?

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: initdb fails: problem with array?
Date: 2003-07-22 22:17:19
Message-ID: 3F1DB7EF.8070109@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joe Conway wrote:

> Andreas Pflug wrote:
>
>> The current snapshot won't initdb, because running
>> information_schema.sql fails.
>> The two occurences of "WHERE u.usesysid = ANY( g.grolist )" are the
>> problem. Replacing the ANY clause with some dummy will let everything
>> run ok.
>>
>> select usename from pg_user, pg_group where usesysid = ANY (grolist)
>> will yield ERROR: syntaxt error at or near "grolist", so I believe
>> that the ANY(ARRAY) support is broken.
>>
>
> I'm not seeing any problems with a fresh copy of cvs from 15 minutes
> after you posted. Are you still having the problem?
>
I just checked out (at the moment hba.c changed, so I had to redo it),
make clean, make, pgsql stop, make install, pgsql start and it's still
there.

Regards,
Andreas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marcus Brger 2003-07-22 22:18:35 Re: php with postgres
Previous Message Kurt Roeckx 2003-07-22 21:55:02 compile failure in hba.c