| From: | Gregory Stark <stark(at)enterprisedb(dot)com> |
|---|---|
| To: | "Dimitri Fontaine" <dfontaine(at)hi-media(dot)com> |
| Cc: | <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: GiST opclass and varlena |
| Date: | 2008-04-10 15:24:26 |
| Message-ID: | 87iqypu40l.fsf@oxford.xeocode.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
"Dimitri Fontaine" <dfontaine(at)hi-media(dot)com> writes:
> It turned around the error was related to the definition of my gpr_penalty()
> function, which I wanted to expose as the GiST "internal" and a SQL callable
> one too (for debugging and tests purpose). I forgot to define the internal
> one in the prefix.c side of things, got no complaint whatsover (nor at
> compile time neither at prefix.sql installation time) but garbage as data in
> __pr_penalty() function (not respecting GiST calling conventions).
I'm getting interested now. How was __pr_penalty defined? What was the
declaration you were missing in prefix.c?
Was it specifically related to a varlena or was it a char or something like
that?
And was it something gcc -Wall was warning about or somehow was it slipping
by?
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's PostGIS support!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joshua D. Drake | 2008-04-10 15:30:19 | Re: Commit fest queue |
| Previous Message | Gregory Stark | 2008-04-10 15:21:22 | Re: Commit fest queue |