aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-06-18 12:51:36 +0900
committerMichael Paquier <michael@paquier.xyz>2024-06-18 12:51:36 +0900
commitae482a7ec521e09bb0dbfc261da6e6170a5ac29f (patch)
tree92a1842f57da67fa48fc961716bec66bda6cb2d8 /src
parent82ed67a5fe826044bf361ad0425283d05f3dcf95 (diff)
downloadpostgresql-ae482a7ec521e09bb0dbfc261da6e6170a5ac29f.tar.gz
postgresql-ae482a7ec521e09bb0dbfc261da6e6170a5ac29f.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/test/recovery/t/029_stats_restart.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/029_stats_restart.pl b/src/test/recovery/t/029_stats_restart.pl
index 6a1615a1e82..93a7209f69a 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';