Tom Lane wrote:
> Magnus Hagander <[EMAIL PROTECTED]> 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)
Magnus Hagander <[EMAIL PROTECTED]> 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)
re
Tom Lane wrote:
> Magnus Hagander <[EMAIL PROTECTED]> writes:
>> The attached patch changes pg_settings.enumval to be an array of text
>> instead of just a string, per previous discussion and the open items list.
>
>> Comments?
>
> Hmmm ... this coding will fail if any enumval contains a double q
Magnus Hagander <[EMAIL PROTECTED]> writes:
> The attached patch changes pg_settings.enumval to be an array of text
> instead of just a string, per previous discussion and the open items list.
> Comments?
Hmmm ... this coding will fail if any enumval contains a double quote.
Which is probably not
The attached patch changes pg_settings.enumval to be an array of text
instead of just a string, per previous discussion and the open items list.
Comments?
//Magnus
*** a/src/backend/utils/misc/guc.c
--- b/src/backend/utils/misc/guc.c
***
*** 168,174 static bool assign_maxconnecti