We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentab0dfc9 commit11074f2Copy full SHA for 11074f2
src/test/regress/expected/rules.out
@@ -1867,9 +1867,9 @@ pg_stat_progress_create_index| SELECT s.pid,
1867
WHEN 1 THEN 'waiting for old snapshots'::text
1868
WHEN 2 THEN ('building index'::text || COALESCE((': '::text || pg_indexam_progress_phasename((s.param9)::oid, s.param11)), ''::text))
1869
WHEN 3 THEN 'waiting for writer snapshots'::text
1870
- WHEN 4 THEN 'index validation:scan index'::text
1871
- WHEN 5 THEN 'index validation:sort index scan results'::text
1872
- WHEN 6 THEN 'index validation:scan heap'::text
+ WHEN 4 THEN 'index validation:scanning index'::text
+ WHEN 5 THEN 'index validation:sorting tuples'::text
+ WHEN 6 THEN 'index validation:scanning table'::text
1873
WHEN 7 THEN 'waiting for reader snapshots'::text
1874
ELSE NULL::text
1875
END AS phase,