Skip to content

Commit a495aa7

Browse files
DeanChensjDean Chen
authored andcommitted
Catalog for change column name
1 parent 17f7b80 commit a495aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/schema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class Schema : public Printable {
196196
}
197197

198198
// Get the default value for the column
199-
inline type::Value* GetDefaultValue(const oid_t column_id) const {
199+
inline type::Value *GetDefaultValue(const oid_t column_id) const {
200200
for (auto constraint : columns[column_id].GetConstraints()) {
201201
if (constraint.GetType() == ConstraintType::DEFAULT) {
202202
return constraint.getDefaultValue();

0 commit comments

Comments
 (0)