[tarantool-patches] Re: [PATCH v2 1/5] sql: introduce structs assembling DDL arguments during parsing

Konstantin Osipov kostja at tarantool.org
Thu Jan 24 11:36:30 MSK 2019


* Nikita Pettik <korablev at tarantool.org> [19/01/23 23:01]:
> +	/**
> +	 * One of parse_def structures which are used to
> +	 * assemble and carry arguments of DDL routines
> +	 * from parse.y
> +	 */
> +	void *alter_entity_def;

Please consider adding a type code to the base entity def, so that
you can use a base struct reference rather than void *. 


-- 
Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
http://tarantool.io - www.twitter.com/kostja_osipov




More information about the Tarantool-patches mailing list