From 0d23e3d4f6ea4e9ec9a70211abb892383b80188e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 14 Apr 2014 11:08:26 -0500 Subject: Apply any outstanding deferred postings at the end of parsing --- src/textual.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/textual.cc') diff --git a/src/textual.cc b/src/textual.cc index 6f8f0492..d02e2f79 100644 --- a/src/textual.cc +++ b/src/textual.cc @@ -1925,6 +1925,9 @@ std::size_t journal_t::read_textual(parse_context_stack_t& context_stack) } TRACE_STOP(parsing_total, 1); + // Apply any deferred postings at this time + master->apply_deferred_posts(); + // These tracers were started in textual.cc TRACE_FINISH(xact_text, 1); TRACE_FINISH(xact_details, 1); -- cgit v1.2.3