diff --git a/contrib/pagehack/pagehack.cpp b/contrib/pagehack/pagehack.cpp index 28718c163..294d4b79b 100644 --- a/contrib/pagehack/pagehack.cpp +++ b/contrib/pagehack/pagehack.cpp @@ -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",