Re: [HACKERS] change do_tup_output to take Datum arguments rather than cstring

2009-07-22 Thread Tom Lane
Robert Haas writes: > On Mon, Jun 15, 2009 at 1:20 PM, Tom Lane wrote: >> Robert Haas writes: >>> it looks like I can probably rip that member out of TupOutputState >>> altogether. >> >> Yeah, that's exactly what I was thinking. > Excellent. Revised patch attached. Applied with minor editoria

Re: [HACKERS] change do_tup_output to take Datum arguments rather than cstring

2009-06-15 Thread Robert Haas
On Mon, Jun 15, 2009 at 1:20 PM, Tom Lane wrote: > Robert Haas writes: >> it looks like I can probably rip that member out of TupOutputState >> altogether. > >> Will update patch.  Does this look like what you were thinking otherwise? > > Yeah, that's exactly what I was thinking. Excellent. Revi