summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/examples/c/ex_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/examples/c/ex_extractor.c')
-rw-r--r--src/third_party/wiredtiger/examples/c/ex_extractor.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/third_party/wiredtiger/examples/c/ex_extractor.c b/src/third_party/wiredtiger/examples/c/ex_extractor.c
index ed6c7b671a6..b4c74c35cfd 100644
--- a/src/third_party/wiredtiger/examples/c/ex_extractor.c
+++ b/src/third_party/wiredtiger/examples/c/ex_extractor.c
@@ -73,11 +73,9 @@ my_extract(WT_EXTRACTOR *extractor, WT_SESSION *session, const WT_ITEM *key, con
*/
for (year = term_start; year <= term_end; ++year) {
/*
- * Note that the extract callback is called for all operations
- * that update the table, not just inserts. The user sets the
- * key and uses the cursor->insert() method to return the index
- * key(s). WiredTiger will perform the required operation
- * (such as a remove()).
+ * Note that the extract callback is called for all operations that update the table, not
+ * just inserts. The user sets the key and uses the cursor->insert() method to return the
+ * index key(s). WiredTiger will perform the required operation (such as a remove()).
*/
fprintf(
stderr, "EXTRACTOR: index op for year %" PRIu16 ": %s %s\n", year, first_name, last_name);