2009/8/11 Tom Lane <tgl@sss.pgh.pa.us>:
> If it's not meant to be in pg_proc, I wouldn't bother with using the V1
> call protocol for it. "extern char *numeric_out_sci(Numeric x)" would
> be sufficient, and less notation on both caller and callee sides.
>
Thanks Tom. I have removed the V1 stuff as you suggest, and placed
the declaration in numeric.h.
Here's version 7.
Cheers,
BJ