From: Alvaro Herrera Date: Tue, 2 Apr 2019 18:43:32 +0000 (-0300) Subject: Update expected output for modified catalog definition X-Git-Tag: REL_12_BETA1~330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11074f26bc072334ab91e5646d113f95f884bd07;p=postgresql Update expected output for modified catalog definition Pilot error in previous commit --- diff --git a/src/test/regress/expected/rules.out b/src/test/regress/expected/rules.out index 51d7a150cf..dae772d33a 100644 --- a/src/test/regress/expected/rules.out +++ b/src/test/regress/expected/rules.out @@ -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,