aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/plugin_datastore_postgres.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c
index 4e44107b6..3c37325da 100644
--- a/src/datastore/plugin_datastore_postgres.c
+++ b/src/datastore/plugin_datastore_postgres.c
@@ -710,6 +710,8 @@ postgres_plugin_get_key (void *cls, uint64_t offset,
710 * the given iterator for each of them. 710 * the given iterator for each of them.
711 * 711 *
712 * @param cls our "struct Plugin*" 712 * @param cls our "struct Plugin*"
713 * @param offset offset of the result (modulo num-results);
714 * specific ordering does not matter for the offset
713 * @param type entries of which type should be considered? 715 * @param type entries of which type should be considered?
714 * Use 0 for any type. 716 * Use 0 for any type.
715 * @param proc function to call on the matching value; 717 * @param proc function to call on the matching value;
@@ -767,7 +769,6 @@ struct ReplCtx
767 * iterator. 769 * iterator.
768 * 770 *
769 * @param cls closure 771 * @param cls closure
770 * @param next_cls closure to pass to the "next" function.
771 * @param key key for the content 772 * @param key key for the content
772 * @param size number of bytes in data 773 * @param size number of bytes in data
773 * @param data content stored 774 * @param data content stored