Re: WIP: to_char, support for EEEE format - Mailing list pgsql-hackers

From Brendan Jurd
Subject Re: WIP: to_char, support for EEEE format
Date
Msg-id 37ed240d0908100921y1546c756nf9c2d3948613af87@mail.gmail.com
Whole thread Raw
In response to Re: WIP: to_char, support for EEEE format  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: WIP: to_char, support for EEEE format  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: WIP: to_char, support for EEEE format  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Boszormenyi Zoltan
Date:
Subject: Re: Split-up ECPG patches
Next
From: Alvaro Herrera
Date:
Subject: Re: machine-readable explain output v4