From: | Brendan Jurd <direvus(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Euler Taveira de Oliveira <euler(at)timbira(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: WIP: to_char, support for EEEE format |
Date: | 2009-08-10 16:21:02 |
Message-ID: | 37ed240d0908100921y1546c756nf9c2d3948613af87@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
2009/8/11 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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 | Content-Type | Size |
---|---|---|
EEEE_7.diff.bz2 | application/x-bzip2 | 5.0 KB |
EEEE_6-to-7.diff | application/octet-stream | 2.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2009-08-10 16:28:05 | Re: machine-readable explain output v4 |
Previous Message | Hiroshi Saito | 2009-08-10 16:19:40 | Re: BUG #4961: pg_standby.exe crashes with no args |