diff --git a/src/gausskernel/dbmind/kernel/hypopg_index.cpp b/src/gausskernel/dbmind/kernel/hypopg_index.cpp index fd6e61971..04cb581f6 100644 --- a/src/gausskernel/dbmind/kernel/hypopg_index.cpp +++ b/src/gausskernel/dbmind/kernel/hypopg_index.cpp @@ -1285,7 +1285,7 @@ Datum hypopg_reset_index(PG_FUNCTION_ARGS) */ static void hypo_set_indexname(hypoIndex *entry, const char *indexname) { - char oid[12] = {0}; /* store , oid shouldn't be more than 9999999999 */ + char oid[16] = {0}; /* store , oid shouldn't be more than 99999999999999 */ int totalsize; errno_t rc = EOK;