Re: [HACKERS] Open 6.3 issues - Mailing list pgsql-hackers

From jwieck@debis.com (Jan Wieck)
Subject Re: [HACKERS] Open 6.3 issues
Date
Msg-id m0y72Qm-000BFRC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
In response to Re: [HACKERS] Open 6.3 issues  (The Hermit Hacker <scrappy@hub.org>)
List 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@debis.com (Jan Wieck) #

pgsql-hackers by date:

Previous
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Views on aggregates - need assistence
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Views on aggregates - need assistence