[tarantool-patches] Re: [PATCH] sql: modify TRIM() function signature

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Apr 22 13:43:26 MSK 2019


>>>> + */
>>>> +static void
>>>> +trim_func_one_arg(sql_context * context, int argc, sql_value **argv)
>>>
>>> 13. In new code we use explicit 'struct' keyword for struct
>>> types - sql_context and sql_value. Also, we do not put whitepaces
> 
> 5. Note, I said 'sql_value' too, and look at your code below. What
> have you missed?

Sorry, now I see that sql_value is a typedef and can not be prepended
with struct.




More information about the Tarantool-patches mailing list