From ab70a010a59918c2bf7935fe5594817ed580177e Mon Sep 17 00:00:00 2001 From: amit Date: Tue, 19 Jan 2016 09:30:10 +0900 Subject: [PATCH] Fix regression test output. Upstream changes now cause reloption values to be emitted with surrounding quotes. That breaks, for example, the output of \d commands in one of the tests. --- regress/expected/repack.out | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/regress/expected/repack.out b/regress/expected/repack.out index 017d5a4..4c5635b 100644 --- a/regress/expected/repack.out +++ b/regress/expected/repack.out @@ -139,8 +139,8 @@ INFO: repacking table "tbl_idxopts" time | timestamp without time zone | ,") | text | not null Indexes: - "tbl_cluster_pkey" PRIMARY KEY, btree (","")", col1) WITH (fillfactor=75) - ",") cluster" btree ("time", length(","")"), ","")" text_pattern_ops) WITH (fillfactor=75) CLUSTER + "tbl_cluster_pkey" PRIMARY KEY, btree (","")", col1) WITH (fillfactor='75') + ",") cluster" btree ("time", length(","")"), ","")" text_pattern_ops) WITH (fillfactor='75') CLUSTER \d tbl_gistkey Table "public.tbl_gistkey" @@ -180,8 +180,8 @@ Table "public.tbl_with_dropped_column" c2 | text | c3 | text | Indexes: - "tbl_with_dropped_column_pkey" PRIMARY KEY, btree (id) WITH (fillfactor=75) CLUSTER - "idx_c1c2" btree (c1, c2) WITH (fillfactor=75) + "tbl_with_dropped_column_pkey" PRIMARY KEY, btree (id) WITH (fillfactor='75') CLUSTER + "idx_c1c2" btree (c1, c2) WITH (fillfactor='75') "idx_c2c1" btree (c2, c1) \d tbl_with_dropped_toast