Fix whitespace issue in regression test stats_import

Issue noticed while playing this area of the tests for a different
patch.
This commit is contained in:
Michael Paquier
2026-01-29 11:59:43 +09:00
parent ef1c865206
commit e09e5ad69a
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ SELECT
'relpages', 18::integer,
'reltuples', 21::real,
'relallvisible', 24::integer,
'relallfrozen', 27::integer);
'relallfrozen', 27::integer);
pg_restore_relation_stats
---------------------------
t

View File

@ -28,7 +28,7 @@ SELECT
'relpages', 18::integer,
'reltuples', 21::real,
'relallvisible', 24::integer,
'relallfrozen', 27::integer);
'relallfrozen', 27::integer);
-- CREATE INDEX on a table with autovac disabled should not overwrite
-- stats