Re: [HACKERS] Open 6.3 issues

Jan Wieck <jwieck@debis.com>

From: jwieck@debis.com (Jan Wieck)
To: scrappy@hub.org (The Hermit Hacker)
Cc: jwieck@debis.com, pgsql-hackers@postgreSQL.org
Date: 1998-02-23T18:16:44Z
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@debis.com (Jan Wieck) #