| From: | Yves Weißig <weissig(at)rbg(dot)informatik(dot)tu-darmstadt(dot)de> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: new AM, catalog entries |
| Date: | 2011-04-27 14:04:14 |
| Message-ID: | 4DB8225E.60209@rbg.informatik.tu-darmstadt.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Am 26.04.2011 17:07, schrieb Alvaro Herrera:
> Excerpts from Yves Weißig's message of mar abr 26 11:32:31 -0300 2011:
>
>> I keep getting: ERROR: there is no built-in function named "ebibuild"
>> This error message somehow leads me to fmgr.c where the contents of an
>> array are inspected (in line 134). This array fmgr_builtins is built by
>> fmgr_builtins "Gen_fmgrtab.pl" from pg_proc.h (when? during make?)
>
> Yes, during make.
>
>> Do I have to edit pg_proc.h manually to add my methods for the new AM?
>
> Yes. Or maybe you can try using language C instead of internal (if you
> have it in a shared library).
>
Thanks for the answer and a little bit more insight into pg!
Yves
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Yves Weißig | 2011-04-27 14:06:14 | Best way to construct Datum out of a string? |
| Previous Message | Yves Weißig | 2011-04-27 14:02:30 | Re: operator classes for index? |