clearer doc

This commit is contained in:
Marco Boss 2022-03-02 11:28:28 +01:00
parent 2abe9bf6d7
commit cab654237f
No known key found for this signature in database
GPG Key ID: 89A3EC33C625C3DF

View File

@ -2233,7 +2233,8 @@ struct TALER_EXCHANGEDB_Plugin
(*create_tables)(void *cls); (*create_tables)(void *cls);
/** /**
* Change already present tables of the database to more partitions * Change already present tables of the database to num partitions
* Only has an effect if there are default partitions only
* *
* @param cls the @e cls of this struct with the plugin-specific state * @param cls the @e cls of this struct with the plugin-specific state
* @param num the number of partitions to create for each partitioned table * @param num the number of partitions to create for each partitioned table