From 1ecb129d206f30f5813b01e1f1efe75c06febe49 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 15 Nov 1999 01:48:41 +0000 Subject: [PATCH] Update sanity_check regress test to pass now that pg_index and pg_amop have indexes. --- src/test/regress/expected/sanity_check.out | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/regress/expected/sanity_check.out b/src/test/regress/expected/sanity_check.out index 8b506cbb60a..32c3647ad72 100644 --- a/src/test/regress/expected/sanity_check.out +++ b/src/test/regress/expected/sanity_check.out @@ -16,10 +16,12 @@ hash_name_heap|t hash_txt_heap |t ihighway |t onek |t +pg_amop |t pg_attrdef |t pg_attribute |t pg_class |t pg_description|t +pg_index |t pg_proc |t pg_relcheck |t pg_trigger |t @@ -28,5 +30,5 @@ road |t shighway |t tenk1 |t tenk2 |t -(23 rows) +(25 rows)