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

Commit 7529173

Browse files
committed
Temporary change to catalog name length
1 parent 49463b8 commit 7529173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/abstract_catalog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class AbstractCatalog {
8181
//===--------------------------------------------------------------------===//
8282

8383
// Maximum column name size for catalog schemas
84-
static const size_t max_name_size = 32;
84+
static const size_t max_name_size = 64;
8585

8686
// Local oid (without catalog type mask) starts from START_OID + OID_OFFSET
8787
std::atomic<oid_t> oid_ = ATOMIC_VAR_INIT(START_OID + OID_OFFSET);

0 commit comments

Comments
 (0)