Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 0ef86bd

Browse files
author
Aaron Tian
committed
Adjust logging & header files
1 parent c6564d9 commit 0ef86bd

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

src/logging/wal_recovery.cpp

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// Peloton
4+
//
5+
// wal_recovery.cpp
6+
//
7+
// Identification: src/logging/wal_recovery.cpp
8+
//
9+
// Copyright (c) 2015-18, Carnegie Mellon University Database Group
10+
//
11+
//===----------------------------------------------------------------------===//
112

2-
#include <include/catalog/catalog.h>
313
#include "index/index_factory.h"
414

15+
#include "catalog/catalog.h"
516
#include "catalog/index_catalog.h"
617
#include "catalog/column_catalog.h"
718
#include "catalog/table_catalog.h"

src/threadpool/logger_queue_pool.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ namespace threadpool{
1010

1111

1212
void LoggerFunc(std::atomic_bool *is_running, LoggerQueue *logger_queue) {
13-
LOG_INFO("aaron: LoggerFunc");
1413
constexpr auto kMinPauseTime = std::chrono::microseconds(1);
1514
constexpr auto kMaxPauseTime = std::chrono::microseconds(1000);
1615
auto pause_time = kMinPauseTime;

0 commit comments

Comments
 (0)