[Tarantool-patches] [PATCH v1 5/9] sql: use rlist to organize triggers in a list
Konstantin Osipov
kostja at scylladb.com
Thu Oct 17 10:36:42 MSK 2019
* Kirill Shcherbatov <kshcherbatov at tarantool.org> [19/10/14 19:06]:
> Using a rlist structure member to organize structures in a list
> is typical practice in the Tarantool core; and reduces costs for
> supporting and extending of an existent code.
>
> With this refactoring using an universal trigger structure in
> further patches would be simpler.
This is a fine change, but sql_trigger could simply inherit from
struct trigger, and get the swap / add/remove api from it.
--
Konstantin Osipov, Moscow, Russia
More information about the Tarantool-patches
mailing list