Re: new AM, catalog entries

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: weissig <weissig(at)rbg(dot)informatik(dot)tu-darmstadt(dot)de>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: new AM, catalog entries
Date: 2011-04-26 15:07:18
Message-ID: 1303830342-sup-5272@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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).

--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2011-04-26 15:32:20 Re: Proposal - asynchronous functions
Previous Message Zheng Yang 2011-04-26 14:55:23 GSoC 2011 Project: Enhancing Foreign-data Wrapper (FDW) functionality for PostgreSQL