How to add built-in func? - Mailing list pgsql-hackers

From jacktby jacktby
Subject How to add built-in func?
Date
Msg-id D566CD0A-4D76-4555-ABA3-BB7F07DF0EF2@gmail.com
Whole thread Raw
Responses Re: How to add built-in func?
Re: How to add built-in func?
List pgsql-hackers
I only add below:

Datum fake_dinstance2(PG_FUNCTION_ARGS)
{
    PG_RETURN_INT16(0);
}
in src/backend/utils/adt/int8.c, and the I run “make install”,
But I can’t find the fake_distance2 in src/backend/utils/fmgrtab.c which is
generated by src/backend/utils/Gen_fmgrtab.pl.  What else do I need to add?


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Possibility to disable `ALTER SYSTEM`
Next
From: Gabriele Bartolini
Date:
Subject: Re: Possibility to disable `ALTER SYSTEM`