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

Commit dd42a3b

Browse files
sxzh93Dingshilun
authored andcommitted
add rename column executor
1 parent 59e5982 commit dd42a3b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/executor/alter_executor.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
//===----------------------------------------------------------------------===//
23
//
34
// Peloton
@@ -10,6 +11,8 @@
1011
//
1112
//===----------------------------------------------------------------------===//
1213

14+
=======
15+
>>>>>>> add rename column executor
1316
#include "executor/alter_executor.h"
1417

1518
#include "catalog/catalog.h"

src/include/executor/executors.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@
3939
#include "executor/projection_executor.h"
4040
#include "executor/seq_scan_executor.h"
4141
#include "executor/update_executor.h"
42+
#include "executor/alter_executor.h"

0 commit comments

Comments
 (0)