Return-Path: aoki
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA01493; Thu, 25 Mar 93 21:30:27 -0800
Message-Id: <9303260530.AA01493@postgres.Berkeley.EDU>
From: aoki@postgres.berkeley.edu (Paul M. Aoki)
Subject: Re: remove operator error
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: Your message of Fri, 26 Mar 93 14:51:43 CST 
	     <9303260521.AA24344@pangaea.dme> 
Date: Thu, 25 Mar 1993 21:30:49 -0800
Sender: aoki@postgres.Berkeley.EDU

jaws@pangaea.dme.nt.gov.au (James Woods 61-89-895256) writes:
> > thanks for the bug report.
> > 
> > apply the following diff and recompile:
> > 95c95
> > < 			elog(WARN, "RemoveOperator: operator \"%-*s\" taking \"
-*%s\" and \"%-*s\" does not exist",
> > ---
> > > 			elog(WARN, "RemoveOperator: operator \"%-*s\" taking \"
%-*s\" and \"%-*s\" does not exist",
> 
> Could you please give me more information here, including which file this is
> supposed to be in and whether we have to make any changes to it.  Sorry to
> bother you again but none of us here could work out what you meant here.

whoops, cut off the filename from the diff output.  this isn't my day.
it's src/backend/commands/remove.c

"apply the diff" means edit line 95 of remove.c and, where it says
	-*%s
change it to read
	%-*s
--
  Paul M. Aoki  |  CS Div., Dept. of EECS, UCB  |  aoki@postgres.Berkeley.EDU
                |  Berkeley, CA 94720           |  ...!uunet!ucbvax!aoki
