| From: | wieck(at)debis(dot)com (Jan Wieck) |
|---|---|
| To: | pgsql-hackers(at)postgreSQL(dot)org |
| Cc: | jwieck(at)debis(dot)com, darcy(at)druid(dot)net |
| Subject: | Re: [HACKERS] Help: fmgr_info: function 0: cache lookup failed |
| Date: | 1999-05-27 08:34:53 |
| Message-ID: | m10mvcr-000EBPC@orion.SAPserv.Hamburg.dsh.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
>
> Thus spake Jan Wieck
> > > darcy=> select * from x where g = '12345-0000';
> > > ERROR: fmgr_info: function 0: cache lookup failed
> > >
> > > As you can see, the select worked until I added the index. Here is the
> > > SQL that created the glaccount type. I hope to rewrite the documentation
> > > based on this but I need to get it working first. Any ideas?
> >
> > I can only guess - in contrast to the builtin operators, user
> > created ones don't specify the index selectivity functions.
> > Maybe you need to manipulate the pg_operator entries manually
> > to be able to create indices too. AFAICS there is no check
> > made on the fmgr call in selfuncs.c.
>
> I tried just setting oprcanhash to true but that didn't do it. Can
> you suggest what fields I need to look at in pg_operator?
oprrest and oprjoin
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) #
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Horak Daniel | 1999-05-27 08:51:38 | RE: [HACKERS] report for Win32 port |
| Previous Message | ZEUGSWETTER Andreas IZ5 | 1999-05-27 08:31:21 | Makefile of libpq++ |