Re: Using substr with user defined types

From: darcy(at)druid(dot)net (D'Arcy J(dot)M(dot) Cain)
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Using substr with user defined types
Date: 2000-06-23 16:39:10
Message-ID: m135WU2-000AY6C@druid.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Thus spake Tom Lane
> > char *
> > chkpass_rout(chkpass *password)
>
> That doesn't return "text", so you can't tell the system it does.
> Type text is a varlena type, ie, length word followed by data.

Ack! That was it. I don't understand why it didn't print my debug
message at the start of the function. I used "fprintf(stderr, ..."
at the start of the function to make sure that it wasn't gobbled
up by buffering or something. When I didn't see my message I just
assumed that it had to come from the engine.

Thanks. I was able to dig out what changes I needed for the operator
stuff from the docs (I needed scalar??sel instead of int??sel) and
now everything I had before plus the chkpass stuff works. I'll
send the corrected chkpass stuff for contrib and work on that phone
number item I mentioned in another message.

--
D'Arcy J.M. Cain <darcy(at){druid|vex}.net> | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Vassili A Akimov 2000-06-23 17:43:52 Re: Need to improve performance
Previous Message Andrew Snow 2000-06-23 16:17:05 RE: Need to improve performance