[tarantool-patches] [PATCH v1 3/8] schema: rework _func system space format

Vladimir Davydov vdavydov.dev at gmail.com
Mon Jun 3 19:14:01 MSK 2019


On Thu, May 30, 2019 at 03:06:26PM +0300, Konstantin Osipov wrote:
> * Kirill Shcherbatov <kshcherbatov at tarantool.org> [19/05/30 14:12]:
> > This patch updates a _func system space to prepare it for
> > working with persistent functions. The format of the _func
> > system space is
> > [<id> UINT, <owner> UINT, <name> STR, <setuid> UINT,
> 
> Why is setuid uint? 
> 
> >  <language> STR, <body> STR, <returns> STR,
> >  <is_deterministic> BOOL]
> 
> Shouldn't you add 'options' to the format right away, to make life
> easier?

+1

I'd also move is_deterministic to 'options', because it is an option
per se.



More information about the Tarantool-patches mailing list