1378
1378
index_entry = (record.key, options, access_memo, parents)
1380
1380
if 'fulltext' not in options:
1383
1383
# Note that pack backed knits don't need to buffer here
1384
1384
# because they buffer all writes to the transaction level,
1385
1385
# but we don't expose that difference at the index level. If
1386
1386
# the query here has sufficient cost to show up in
1387
1387
# profiling we should do that.
1389
1389
# They're required to be physically in this
1390
1390
# KnitVersionedFiles, not in a fallback.
1392
1393
pending = buffered_index_entries.setdefault(
1394
1395
pending.append(index_entry)