Fix typo in 029_stats_restart.pl

Oversight in 16acf7f1aa, where the test has been introduced.  Issue
noticed while scanning this area of the tree.
pull/163/head
Michael Paquier 2 years ago
parent 82ed67a5fe
commit ae482a7ec5
  1. 2
      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';

Loading…
Cancel
Save