From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Mon, 15 Nov 1999 01:48:41 +0000 (+0000)
Subject: Update sanity_check regress test to pass now that pg_index
X-Git-Tag: REL7_0~1174
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ecb129d206f30f5813b01e1f1efe75c06febe49;p=postgresql

Update sanity_check regress test to pass now that pg_index
and pg_amop have indexes.
---

diff --git a/src/test/regress/expected/sanity_check.out b/src/test/regress/expected/sanity_check.out
index 8b506cbb60..32c3647ad7 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)