Re: [HACKERS] Open 6.3 issues

From: jwieck(at)debis(dot)com (Jan Wieck)
To: scrappy(at)hub(dot)org (The Hermit Hacker)
Cc: jwieck(at)debis(dot)com, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Open 6.3 issues
Date: 1998-02-23 18:16:44
Message-ID: m0y72Qm-000BFRC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> On Mon, 23 Feb 1998, Jan Wieck wrote:
>
> > > REVOKE ALL ON pg_user FROM PUBLIC crashes if run many times, cache issue(Jan)
> >
> > Done - sent to Marc - not cvs committed yet!
>
> Is now...

Arrrg

Please add the line

if (!bootstrap)

above the

InitLocalInvalidateData();

in postinit.c manually. Calling it in bootstrap mode causes
postgres to dump core. With that test everything is fine.

Thanks, Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#======================================== jwieck(at)debis(dot)com (Jan Wieck) #

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-23 18:49:23 Re: [HACKERS] Views on aggregates - need assistence
Previous Message Jan Wieck 1998-02-23 18:12:23 Views on aggregates - need assistence