!5603 解决《asan回归测试用例发现pagehack工具有内存越界》问题
Merge pull request !5603 from lexin184383/pagehack
This commit is contained in:
@ -3963,7 +3963,7 @@ static int parse_pg_control_file(char* filename)
|
||||
FILE* fd = NULL;
|
||||
ControlFileData ControlFile;
|
||||
size_t readBytes = 0;
|
||||
char* wal_level_str[] = {"minimal", "archive", "hot_standby"};
|
||||
char* wal_level_str[] = {"minimal", "archive", "hot_standby", "logical"};
|
||||
char* db_state_str[] = {"starting up",
|
||||
"shut down",
|
||||
"shut down in recovery",
|
||||
|
||||
Reference in New Issue
Block a user