From ae482a7ec521e09bb0dbfc261da6e6170a5ac29f Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 18 Jun 2024 12:51:36 +0900 Subject: [PATCH] Fix typo in 029_stats_restart.pl Oversight in 16acf7f1aaea, where the test has been introduced. Issue noticed while scanning this area of the tree. --- src/test/recovery/t/029_stats_restart.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/recovery/t/029_stats_restart.pl b/src/test/recovery/t/029_stats_restart.pl index 6a1615a1e8..93a7209f69 100644 --- a/src/test/recovery/t/029_stats_restart.pl +++ b/src/test/recovery/t/029_stats_restart.pl @@ -1,7 +1,7 @@ # Copyright (c) 2021-2024, PostgreSQL Global Development Group # Tests statistics handling around restarts, including handling of crashes and -# invalid stats files, as well as restorting stats after "normal" restarts. +# invalid stats files, as well as restoring stats after "normal" restarts. use strict; use warnings FATAL => 'all';