summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_reserves_in_insert.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-30 16:45:50 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-30 16:45:50 +0200
commitc8e485088b0139c56edd45ab20ae6d7cfc196dbc (patch)
tree446c52bdf0b64cf915c399b8917179af8ad23d3c /src/exchangedb/pg_reserves_in_insert.h
parentf05a59d8cc788ad50df63d94636d3175ad630a1c (diff)
downloadexchange-c8e485088b0139c56edd45ab20ae6d7cfc196dbc.tar.gz
exchange-c8e485088b0139c56edd45ab20ae6d7cfc196dbc.tar.bz2
exchange-c8e485088b0139c56edd45ab20ae6d7cfc196dbc.zip
remove wrap_size, obsolete
Diffstat (limited to 'src/exchangedb/pg_reserves_in_insert.h')
-rw-r--r--src/exchangedb/pg_reserves_in_insert.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchangedb/pg_reserves_in_insert.h b/src/exchangedb/pg_reserves_in_insert.h
index f92843e79..938df3adb 100644
--- a/src/exchangedb/pg_reserves_in_insert.h
+++ b/src/exchangedb/pg_reserves_in_insert.h
@@ -33,7 +33,6 @@
* @param cls the `struct PostgresClosure` with the plugin-specific state
* @param reserves array of reserves to insert
* @param reserves_length length of the @a reserves array
- * @param batch_size how many inserts to do in one go
* @param[out] results set to query status per reserve, must be of length @a reserves_length
* @return transaction status code
*/
@@ -42,7 +41,6 @@ TEH_PG_reserves_in_insert (
void *cls,
const struct TALER_EXCHANGEDB_ReserveInInfo *reserves,
unsigned int reserves_length,
- unsigned int batch_size,
enum GNUNET_DB_QueryStatus *results);