Tom Lane wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
>> Tom Lane wrote:
>>> Also, the output datatype should be text[] not cstring[].
>
>> Ok, will change. That requires hardcode of 1009? Or should I a #define
>> to pg_type.h?
>
> Add a #define (bit surprising we didn't have one already)
Yeah, that surprised me too - which is why I had to ask (in case there
was some strange reason we didn't want it).
Changed and applied. Thanks for your comments!
//Magnus