From 66948ff5ba6a2253887909964d863a3a0566fcdb Mon Sep 17 00:00:00 2001 From: lexin184383 Date: Tue, 2 Jul 2024 11:21:09 +0800 Subject: [PATCH] =?UTF-8?q?asan=E5=9B=9E=E5=BD=92=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E5=8F=91=E7=8E=B0pagehack=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=9C=89=E5=86=85=E5=AD=98=E8=B6=8A=E7=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contrib/pagehack/pagehack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",