]> granicus.if.org Git - postgresql/commitdiff
Update expected output for modified catalog definition
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 2 Apr 2019 18:43:32 +0000 (15:43 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 2 Apr 2019 18:45:45 +0000 (15:45 -0300)
Pilot error in previous commit

src/test/regress/expected/rules.out

index 51d7a150cfb71d691e677cfd82d334e274f67629..dae772d33a2206e0715a81c6144850cc032e9439 100644 (file)
@@ -1867,9 +1867,9 @@ pg_stat_progress_create_index| SELECT s.pid,
             WHEN 1 THEN 'waiting for old snapshots'::text
             WHEN 2 THEN ('building index'::text || COALESCE((': '::text || pg_indexam_progress_phasename((s.param9)::oid, s.param11)), ''::text))
             WHEN 3 THEN 'waiting for writer snapshots'::text
-            WHEN 4 THEN 'index validation: scan index'::text
-            WHEN 5 THEN 'index validation: sort index scan results'::text
-            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
             WHEN 7 THEN 'waiting for reader snapshots'::text
             ELSE NULL::text
         END AS phase,